Hi , I am trying to debug in eclipse and netbeans C++ / ASM code .
Basically the problem is when I create a breakpoint in the ASM file that the C++ program calls and try to step into the code it always jumps to the next line in the c++ code and
skips over the ASM files break point ?
Why and How do I fix this so when I step thru the code it will go to the ASM line ,...etc
Also I set a break point at the printf(..) function line when I do step into it steps over to the next line in the c++ file how do I make it so it actually goes into the printf code?
Step into should do what it say's step into the current line of code which is the printf function?
Thanks for any help
This message was edited 1 time. Last update was at by Sam Doder