During debugging of my code, the debugger jumps into chkstk.asm before stepping into a subroutine that is called as
CALL foo(array1+array2)
Is there a way to turn of this behavior and avoid having to step through chkstk.asm other than setting breakpoints in the subroutine foo or using the "Run to cursor" feature?
Thanks,
Jon
Turning of "chkstk.asm" during debug session
For more complete information about compiler optimizations, see our Optimization Notice.





