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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/21/07 14:09
Read: times


 
#141130 - stepping throught "c" code
Hi I have large C program, while in the debugger when I step through each line of "C" code it sometimes executes code in an unexpected location. For example if I call a sub, the cursor
Will point to a line of code where it should not be, I checked the disassembly (mix mode) its verifiy the above operation. What can cause this?

When I initialize the debugger the "C" and disassembly appear. The yellow cursor points to the first line of assembly. Can I re direct it to start at the first executable line of main?

I'm using Uv3, with the silabs 040 processor.

Spencer






List of 15 messages in thread
TopicAuthorDate
stepping throught "c" code            01/01/70 00:00      
   Optimizations.            01/01/70 00:00      
   Optimization Level ?            01/01/70 00:00      
      Yep, very likely the optimization            01/01/70 00:00      
         Fly what you debug; Debug what you fly            01/01/70 00:00      
            Fly what you TEST; TEST what you fly            01/01/70 00:00      
               It's about time            01/01/70 00:00      
                  OH?            01/01/70 00:00      
                     Re: OH?            01/01/70 00:00      
                        If you have a very complicated calculation            01/01/70 00:00      
                           break it up            01/01/70 00:00      
                              I give up            01/01/70 00:00      
                                 Nevermind            01/01/70 00:00      
      Debugging problems            01/01/70 00:00      
         Update            01/01/70 00:00      

Back to Subject List