pjs/js/jsd/jsdb
timeless%mozdev.org 0011b6cc5e Fixing spelling error 2008-02-17 09:02:53 +00:00
..
.cvsignore
Makefile.in 332241 Resurrect jsdb 2007-10-19 07:40:57 +00:00
README Fixing spelling error 2008-02-17 09:02:53 +00:00
debugger.js
f.js
jsdb.c Bug 416978 jsdb crashes in js_FindProperty because it isn't using JSOPTION_COMPILE_N_GO 2008-02-12 22:36:38 +00:00
jsdb.h
jsdb.mak
jsdbpriv.h
jsdrefl.c
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 execution is stopped.