Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/07/02 08:38
Read: times


 
#26879 - RE: debugging problems
Hi,

maybe the problem is with where you hit F7: if it is in the assembler window than it is supposed to execute one assembler instruction, but if it is in the C window, it will execute one line of C (that is, if you are in the startup code, it will jump to main)

As for checking the execution flow, you can use animated mode (see http://www.raisonance.com/Forum/pho...i=28&t=24)
You can also find useful to check how many times a line has been executed (gives you a good idea of where loops and jumps are): see http://www.raisonance.com/files/pdf...il2002.PDF

Regards,

Luca

PS: for questions about RIDE, double post on Raisonance support forum to maximize your chances to get an answer fast.


List of 4 messages in thread
TopicAuthorDate
debugging problems            01/01/70 00:00      
RE: debugging problems            01/01/70 00:00      
RE: debugging problems            01/01/70 00:00      
RE: debugging problems            01/01/70 00:00      

Back to Subject List