Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: moromete on July 20, 2007, 06:22:06 AM

Poll
Question: how to set the openwatcom debugger ?
Option 1: debugger votes: 0
Option 2: openwatcom votes: 2
Title: openwatcom debugger
Post by: moromete on July 20, 2007, 06:22:06 AM
i'm using codeblocks with openwatcom 1.6, when i try to launch de openwatcom debugger i'l get the message:

"The debugger executable is not set.
To set it, go to "Settings/Compiler and debugger", switch to the "Programs" tab,
and select the debugger program"

but in section programs the debugger is set: "wdw.exe"
need some command line parameters ??

with the resource compiler wrc problem is solved:

"wrc.exe $rescomp -r -fo=$resource_output $includes $res_includes $file"
Title: Re: openwatcom debugger
Post by: Biplab on July 20, 2007, 07:01:53 AM
OpenWatcom debugger is not supported yet.
Title: Re: openwatcom debugger
Post by: yesno on August 05, 2007, 07:03:52 PM
Not supported, but there is a workaround:
In Tools --> Configure Tools ...
add a Tool:
Executable = wdw.exe including it's full Path
Parameters = ${TARGET_OUTPUT_FILE}
Launching Options = ??? (I prefer the 2nd with ouput redirection)
HTH

Regards