jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: SLang debugger


On Fri, 8 Apr 2005 12:57:48 +0200 , SANGOI DINO <SANGOID@xxxxxxxxxxxxxxxxx> said:


> Hi,

> This is a tecnology preview version of SLang Debugger for Jed!

It works!  You forgot a few forward declarations though

--- sldebug.sl~	Fri Apr  8 14:54:05 2005
+++ sldebug.sl	Fri Apr  8 15:16:22 2005
@@ -218,6 +218,8 @@
 %{{{ Debug commands handler
 % fwd declaration
 public define breakpoint_toggle(temp);
+public define breakpoint(temp);
+public define enable_debug();
 
 % run a function, trapping al errors, and filtering out menu bar events (I can't reproduce it).
 static define run_func(type, fun, key)


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]