gecko-dev/js/jsd/jsdb
toshok%hungry.com 58eccec52e ignore Makefile and js 1999-09-07 05:03:42 +00:00
..
.cvsignore ignore Makefile and js 1999-09-07 05:03:42 +00:00
Makefile.in
README
debugger.js
f.js
jsdb.c fix up the unix build a bit -- egcs had problems with aggregate initializers, and linux whines about gets. also, include errno.h to stop errors dealing with the (questionable practice of) setting of errno to 0. 1999-09-07 05:00:56 +00:00
jsdb.h
jsdb.mak
jsdbpriv.h
jsdrefl.c wrap calls to JSD_IsActiveScript with JSD_{Lock,Unlock}ScriptSubsystem. 1999-09-07 05:02:11 +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.