Closed
Bug 160917
Opened 24 years ago
Closed 24 years ago
Land venkman 0.9.31
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rginda, Assigned: rginda)
Details
Attachments
(1 file)
|
44.90 KB,
patch
|
asa
:
approval+
|
Details | Diff | Splinter Review |
Adds the concept of the "evaluation object", which is the js object the "eval"
command will use as the |this| object. The user can select objects from the
Open Windows, Local Vairables, and/or Watch views to be used as the evaluation
object. This makes it possible to eval script against an arbiitrary context
without actually being stoped at a breakpoint.
This patch also makes "eval" the default command. And text typed in the
interactive session that does not start with a / character is evaluated as
javascript. Text that does start with / is interpreted as a command. I've
added a big bold message to the Interactive Session to warn users about this change.
The patch also fixes localization bug 160623, changes file->quit to file->exit
on windows systems, fixes a floating-point related rounding error in the source
view, and assigns unique line numbers to script executed with the eval command.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 93882 [details] [diff] [review]
changes for venkman 0.9.31
a=asa (on behalf of drivers) for checkin to the 1.1 branch as soon as it's
created.
Attachment #93882 -
Flags: approval+
| Assignee | ||
Comment 3•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 4•23 years ago
|
||
rs verifying these land venkman "0.9.x" bugs -- latest version is now well past
these guys.
Status: RESOLVED → VERIFIED
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
•