Closed
Bug 237233
Opened 21 years ago
Closed 21 years ago
Ability to include or exclude constants from locals view
Categories
(Other Applications Graveyard :: Venkman JS Debugger, enhancement)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: rginda)
Details
Attachments
(1 file)
9.32 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
Currently you can include or exclude functions and ECMA "stuff". It would be
useful to be able to exclude constants too. Patch approaching.
Reporter | ||
Comment 1•21 years ago
|
||
This takes a very similar approach to the Include Functions option, except that
it has to delay excluding the constants to the 2nd loop as the flags aren't
available in the 1st loop.
Reporter | ||
Updated•21 years ago
|
Attachment #143692 -
Flags: review?(rginda)
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 143692 [details] [diff] [review]
Adds "Include Constants" to local's view menu
r=rginda
Attachment #143692 -
Flags: review?(rginda) → review+
Reporter | ||
Comment 3•21 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•6 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
•