gecko-dev/js/jsd/jsdb
rginda%netscape.com c7b6faefda -- not built --
unix make fixes
unix "missing initializer" warnings
2001-04-14 18:57:00 +00:00
..
.cvsignore
Makefile.in -- not built -- 2001-04-14 18:57:00 +00:00
README
debugger.js [Not part of mozilla build]. Fix for bug pointed out by Celso Aguiar <caguiar@Adobe.COM>. 2001-03-22 20:11:26 +00:00
f.js
jsdb.c -- not built -- 2001-04-14 18:57:00 +00:00
jsdb.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsdb.mak
jsdbpriv.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
jsdrefl.c -- not built -- 2001-04-14 18:57:00 +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.