User forums > Help

Step into a C function problem

<< < (2/2)

BlueHazzard:
Just to make the wording clear

--- Code: ----> printf("blabla")

--- End code ---
if the cursor is on this position and you use "step in" the debugger jumps INTO printf and codeblocks tries to open the corresponding c file. In this case you have to use "next line" near the "step into" button. If you hit the wrong button and can not go future, simply press "step out" and the cursor will come back...

Navigation

[0] Message Index

[*] Previous page

Go to full version