gecko-dev/js/jsd/jsdb
timeless%mozdev.org 9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
..
.cvsignore
Makefile.in Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
README
debugger.js Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
f.js
jsdb.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
jsdb.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
jsdb.mak
jsdbpriv.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
jsdrefl.c Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
mk.bat
objects.js
test.js

README

/* jband - 10/26/98 -  */

js/jsd/jsdb is a console debugger using only native code. It is experimental.
The only makefile supplied is for Win32.

jsdb.mak will build a debugger enabled js/src/js.c shell. The debugger is
implemented by reflecting the JSD api into JavaScript. The actual debugger 
logic is fully implemented in debugger.js. The debugger can debug itself. It
can also be modified and reloaded at runtime.

The JavaScript keyword 'debugger' is used to break into the debugger. A 'help()'
command is supplied to show available commands when exectution is stopped.