User forums > Using Code::Blocks
openwatcom debugger
(1/1)
moromete:
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"
Biplab:
OpenWatcom debugger is not supported yet.
yesno:
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
Navigation
[0] Message Index
Go to full version