View previous topic :: View next topic |
Author |
Message |
Kermit Guest
|
Single Stepping through fprint - goes int run mode |
Posted: Sun Mar 27, 2005 9:19 pm |
|
|
When I single step through a fprintf statement the debugger goes into run mode. I'm using the hardware SPI. What is the debugger up to??? Is there a simple workarourd without setting a breakpoint after every fprintf? |
|
|
smashHIT
Joined: 28 Nov 2004 Posts: 14
|
|
Posted: Fri May 06, 2005 10:02 am |
|
|
I to have the same problem.
I wish that someone smart could find a solution to that...
|
|
|
Horkesley Elec Guest
|
printf |
Posted: Tue Jun 07, 2005 5:37 am |
|
|
Hi,
Go into assembly and single step. you will see that the code is looping one instruction.
Regards, |
|
|
|