Author Topic: openwatcom debugger  (Read 4131 times)

moromete

  • Guest
openwatcom debugger
« 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"

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: openwatcom debugger
« Reply #1 on: July 20, 2007, 07:01:53 am »
OpenWatcom debugger is not supported yet.
Be a part of the solution, not a part of the problem.

Offline yesno

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: openwatcom debugger
« Reply #2 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