Commit Graph

1576 Commits

Author SHA1 Message Date
Panos Astithas
4a851cc61e Bug 740803 - Put the debugger in its own compartment again; r=dcamp, a=mfinkle
--HG--
rename : toolkit/devtools/debugger/server/dbg-server.jsm => toolkit/devtools/debugger/server/dbg-server.js
2012-04-22 12:59:09 +03:00
Jim Blandy
a677109191 Bug 742358: Add some documentation to toolkit/devtools/debugger/dbg-transport.js. r=dcamp 2012-04-05 12:37:21 -07:00
Panos Astithas
e0c0fd9637 Bug 739995 - Intermittent test failures in browser_dbg_bug723069_editor-breakpoints.js and others | Found the expected number of scripts. - Got 3, expected 2, followed by other errors; r=rcampbell 2012-03-30 11:26:08 +03:00
Panos Astithas
9436803818 Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell 2012-03-30 11:25:52 +03:00
Panos Astithas
8d13c0a4ce Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell 2012-03-29 08:46:54 +03:00
Panos Astithas
5407d2b5ab Backout changeset 794ff67c7a9a (bug 723563) due to suspected randomorange (bug 739995) 2012-03-28 17:47:33 +03:00
Panos Astithas
857008e1a8 Backout changeset 0b6a274e8b5a (bug 737464) due to suspected randomorange (bug 739995) 2012-03-28 17:45:22 +03:00
Panos Astithas
642a6553ef Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell 2012-03-28 13:31:11 +03:00
Panos Astithas
88735b837d Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell 2012-02-23 10:39:02 +02:00
Panos Astithas
33cdddb60c Bug 734911 - Adding breakpoints sometimes doesn't work; r=rcampbell 2012-03-28 12:23:09 +03:00
Panos Astithas
8485042d05 Bug 711164 - Add support for stepping to the debugger; r=rcampbell 2012-03-18 08:50:43 +02:00
Panos Astithas
6eda6ce053 Bug 729576 - Update the remote debugging protocol to reflect the recent spec changes; r=dcamp,jimb 2012-03-13 09:13:02 +02:00
Panos Astithas
0825d4d797 Bug 731277 - Add support for using fn.displayName as the function name in stack frames; r=rcampbell 2012-03-12 10:59:30 +02:00
Panos Astithas
c7482f3ff2 Bug 709088 - Put dump() calls in debugger code behind a pref; r=rcampbell 2012-03-08 09:14:41 +02:00
Mihai Sucan
34dad7f65d Bug 723069 - The debugger should allow breakpoints to be set in the embedded editor; r=past 2012-03-05 19:56:13 +02:00
Panos Astithas
1a4d832c17 Bug 729191 - Make debugger mochitests wait for debugger server shutdown before finishing; r=rcampbell 2012-03-06 10:22:17 +02:00
Panos Astithas
06429a2686 Bug 697040 - The Script Debugger onNewScript notifications don't always fire; r=jimb,dcamp,rcampbell 2012-02-23 09:41:00 +02:00
Panos Astithas
079d7a3590 Bug 725360 - Closing the tab when the debugger is paused should cleanly exit the debugger; r=rcampbell 2012-02-17 10:15:43 +02:00
Dave Camp
487026b9cf Bug 703718 - Unify dbg-server.js and dbg-server.jsm. r=past 2012-02-14 11:45:36 -08:00
Dave Camp
f3e3e34a89 Bug 719127 - Debugger error: jschar out of char range; high bits of data lost. r=past 2012-02-14 11:45:35 -08:00
Panos Astithas
df199e0730 Bug 687093 - Clicking on a stack frame in the debugger should put the caret in the proper source line; r=msucan 2012-02-11 11:44:20 +02:00
Panos Astithas
81f71bf910 Bug 719122 - Setting a breakpoint in a line without code should skip forward; f=dcamp,r=jimb 2012-02-10 09:46:12 +02:00
Panos Astithas
3ef9efb734 Bug 711125 - Make the debugger client's setBreakpoint pause the debuggee automatically; r=dcamp
Makes DC_setBreakpoint send an interrupt request first, if the debuggee is running (in the main loop), and then proceed with a breakpoint request. Also fixes a bug in the client request dispatcher, where unsolicited notifications would be considered as responses to unrelated active requests.
2012-02-10 09:46:11 +02:00
Panos Astithas
a6a526b23d Bug 690771 - Implement the debugger pause request (at the main loop); r=dcamp 2012-02-10 09:46:10 +02:00
Panagiotis Astithas
71a657e3b3 Bug 697762 - Land the debugger in m-c - sr changes; r=msucan,rcampbell; sr=dtownsend 2012-01-23 10:29:15 +02:00
Panagiotis Astithas
61072d64a7 Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00