Open Bug 1180838 Opened 9 years ago Updated 2 years ago

Need to be able to re-start and debug initialization of a remote target

Categories

(DevTools :: about:debugging, enhancement, P5)

41 Branch
enhancement

Tracking

(Not tracked)

People

(Reporter: canuckistani, Unassigned)

References

Details

It's typical with remote debugging tools to need to be able to debug the initialization of the main script:

* for a given program ( say a worker ) the debugger needs to be able to break on the first line of execution so the user can debug initialization
* it should be possible to re-load the sources and re-start the program in order to do this to effect Ctrl+Shift+R-style debugging for things that aren't web pages.
So you are talking about things that aren't webpages, right? Anything other than workers that you have in mind?
FxOS apps are another example.  WebIDE already supports this via reload (just like a web site), so let's be sure to preserve when folding WebIDE bits back into the browser.
Blocks: fold-webide
Remote apps like Thunderbird would probably also be nice, I hope we can get this via side-effects of you fixing it for other targets :-)
Product: Firefox → DevTools
Type: defect → enhancement
Component: Debugger → about:debugging
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.