Mail Archives: djgpp/1993/12/31/12:09:08
> Is there any way to use edebug32 to debug interactive
> programs? I've got a rolodex program that's corrupting some
> input data. I've isolated the general area where the problem
> occurs, but staring at the code and lint don't reveal the
> problem.
Sure. It's just like using any other debugger. Set the breakpoint
where you want to stop and then run the program.
> What do that values on the "topline" display from go32
> indicate?
Stuff like memory usage, CPU mode, paging activity, address of last
fault, etc.
- Raw text -