Debugging rexxwith Regina rexx and Zeus on Windows 64 bit

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
kiisu
Posts: 1
Joined: Thu Mar 06, 2014 12:38 pm

Debugging rexxwith Regina rexx and Zeus on Windows 64 bit

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply