LUA Debugger

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
pwdiener
Posts: 134
Joined: Wed Jul 11, 2007 3:45 pm

LUA Debugger

Post by pwdiener »

Jussi,

A couple questions/observations regarding the LUA debugger:
1) I was using it yesterday, and after some effort was able to get it working reasonably well. However, it failed every time it hit one of the built-in macro functions (debug_output, screen_output_disable, etc.). I believe the message said something about a nil value. Is this as expected or have I still not got it working completely?

2) The next time ran a compile (which I run through a .CMD file), I got a Zeus internal error dialog box. I could not terminate normally - I had to kill Zeus from task manager. There isn't necessarily a cause-effect relationship here, but I haven't had one of those for a long time. I'll send you the .log and .dmp files separately in case they help.

Bill Diener
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

However, it failed every time it hit one of the built-in macro functions (debug_output, screen_output_disable, etc.).
The Lua debugger can not debug Zeus macros :(

The debugger only works for fully external macros.

Cheers Jussi
Post Reply