Closed Bug 82462 Opened 23 years ago Closed 23 years ago

Add ability to set breakpoints in scripts that havn't been loaded yet

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rginda, Assigned: rginda)

Details

Attachments

(1 file)

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.
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verify fixed.  fbreak/fclear is awesome :)
Status: RESOLVED → VERIFIED
QA Contact: rginda → caillon
Product: Core → Other Applications
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: