Closed
Bug 82462
Opened 24 years ago
Closed 24 years ago
Add ability to set breakpoints in scripts that havn't been loaded yet
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rginda, Assigned: rginda)
Details
Attachments
(1 file)
|
14.12 KB,
patch
|
Details | Diff | Splinter Review |
This patch adds the fbreak and fclear commands, for setting and clearng "future"
breakpoints. Future breakpoints are for scripts that havn't been loaded yet.
The fbreak command takes <file-pattern> and <line-number> as arguments. Any
time a new script with a filename matching a fbreak file-pattern is loaded, a
breakpoint will be set at <line-number>, if the script actually contains that
line. Use <line-number> 1 to break when the script is loaded.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
Verify fixed. fbreak/fclear is awesome :)
Status: RESOLVED → VERIFIED
QA Contact: rginda → caillon
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•