Closed
Bug 277775
Opened 21 years ago
Closed 20 years ago
Design debugger to work embedded
Categories
(Rhino Graveyard :: Core, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mguillemot, Assigned: igor)
Details
It would be really usefull to have the possibility to embed the debugger.
In our case (http://htmlunit.sourceforge.net), it would allow to track problems
of the javascript in the loaded webpages.
| Assignee | ||
Comment 1•21 years ago
|
||
But debugger is embeddable! You can use various methods defined in
org/mozilla/javascript/tools/debugger/Main.java to call the debugger from your
application. What is wrong with that?
| Assignee | ||
Comment 2•20 years ago
|
||
The debugger is embeddable
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•