Closed
Bug 966254
Opened 11 years ago
Closed 6 years ago
Bigger conditional breakpoint input field
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
There's some context information in bug 966198, but essentially, this is about making the conditional breakpoint input field more like a textarea, or even something that supports syntax highlighting (like scratchpad).
Indeed, it's super useful to use conditional breakpoints to inject code in the running site (especially if it's a production bug you're investigating on a platform where you can't change source files), but the single-line input field make it pretty hard to do so.
Also, when you do that, you normally don't want to halt execution, just want to log something, or inject some code to test a fix, so this bug really goes together with bug 966198 in that it would require a "auto-resume exection" option in there too.
Reporter | ||
Comment 1•11 years ago
|
||
Thinking about it, it's starting to look more like being able to edit running code and have it pick up the changes (which Chrome does). But to be honest, I don't always find code editing very useful. I sort of prefer injecting code in certain places and be able to very quickly switch it on and off (like a breakpoint allows).
I'm thinking aloud here, but it'd be pretty awesome if these new types of breakpoints would actually show inside the code, like an extra block of code, highlighter differently from the rest.
Comment 2•11 years ago
|
||
If modifying or injecting code is what you are really after, then the Scratchpad live function evaluation (Cmd-E) may suit you better: http://fitzgeraldnick.com/weblog/52/
Reporter | ||
Comment 3•11 years ago
|
||
That's useful indeed, but I still think that injecting log statements, or extra lines of code where they belong (i.e. in the code) feels more natural. Also, with scratchpad, it's not always possible to override the function you need (if you can't reference from the global scope), and you have to override it completely, whereas with conditional breakpoints, you just include extra lines anywhere in the body of any function.
Comment 4•11 years ago
|
||
You are right, I filed bug 966262 for making Scratchpad work for this uses case, too.
Comment 5•11 years ago
|
||
See bug 771339 also for live editing, although it is still a ways off.
Priority: -- → P3
Comment 7•11 years ago
|
||
Nick said in bug 983470:
"It should be a source editor instance so that you get syntax highlighting and paren matching etc.
Imagining maybe 3-5 lines -- not too big but enough for a little context."
Updated•10 years ago
|
Blocks: dbg-frontend
Updated•8 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 8•6 years ago
|
||
This is no longer an issue in new debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•