Guest_imported
New member
- Jan 1, 1970
- 0
I am a bigginer in C and I use the VC++ interface from Visual Studio 6.0 to code, debug and compile my c files.
When I try to step through the code (step by step), every time it comes to a function from the include files, such as printf(), it steps through the include files themselves to go through the function.
How can I make VC++ step only through the code in my c file and not through the code of every function in the include files??
Any help is apreciated.
Felipe
When I try to step through the code (step by step), every time it comes to a function from the include files, such as printf(), it steps through the include files themselves to go through the function.
How can I make VC++ step only through the code in my c file and not through the code of every function in the include files??
Any help is apreciated.
Felipe