Page 1 of 1

Debugging asm-code with evc 4.00

PostPosted: Nov 19, 2004 @ 10:08pm
by torus

PostPosted: Nov 20, 2004 @ 8:49am
by refractor

new info

PostPosted: Dec 9, 2004 @ 1:10am
by bitbank
I've played with this a bit and found the following:

You can't step-into asm functions (F11), but you
can set breakpoints within the ASM source code as long as it is defined inside a "PROC". Code which lies outside of procs cannot have a breakpoint.

This really isn't too bad a limitation. Before I put my code inside PROCs I was thinking that there was no source level debugging at all.


Larry B.

PostPosted: Dec 10, 2004 @ 1:20am
by torus