Page 1 of 1

Debugging rexxwith Regina rexx and Zeus on Windows 64 bit

Posted: Thu Mar 06, 2014 12:44 pm
by kiisu
Hi

I have installed Zeus on a Windows 8 64 bit system and have managed to configure my compiler options so that I can compile a .rexx program into a .rout file so I think I am getting somewhere

Now how do I configure the debugger options so that I can debug the program by stepping through the code, setting breakpoints etc

Thanks in advance

Posted: Thu Mar 06, 2014 1:13 pm
by jussij
Now how do I configure the debugger options so that I can debug the program by stepping through the code.
The Zeus debugger was designed to work with the GNU GDB debugger.

I suspect the Regina compiler is not GNU compatible so I suspect the Zeus debugger will not work with the Regina toolset :(

Cheer Jussi