Re: Ver. 4.0 Debugging
- Posted by bernie Oct 20, 2008
- 1096 views
I've tried running these Watcom debuggers but I'am having all kinds problems not knowing the commands and the source code.
I think that you can debug the problem using XP or WIN2000 because if you create a debug version with MANAGED_MEM=1 option.
Maybe you could try debugging it on XP or Win2000.
I'll keep trying to learn how to use this debugger.
I have created a MANAGED_MEM binary, but can't duplicate your bug. Perhaps if you posted a binary, we could try to duplicate it.
Matt
Matt:
Be sure you are using exw.exe that has managed memory turned on
and not a exw.exe that is set in your path.
The bug shows up on WIN2000 when I run it with the WIN98 binary
created in the source directory.
How do I post a binary ?
How do I single step through my code with this Watcom dbugger
I can set a break to FormatItem but I want to single step through
the function.