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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/15/04 18:46
Read: times


 
#81222 - KEIL Debugger
Responding to: ???'s previous message

i just run the program in KEIL debugger.

i place a break point on the only statement in the function

void SendComChar(unsigned char c)
{
temp = c;
}


and i was expecting the debugger will stop in the function.

it does not.



then i do the step by step debugging by using F10, F11 in Keil. strangly the degugger by pass the function call in the loop. means it execute all statements in the loop of main() but some how bypass the statement whihc is calling this function.


can some body varify it on his keil.


Shahzad Asalm



List of 19 messages in thread
TopicAuthorDate
Strange problem with KEIL C++ and 8052            01/01/70 00:00      
   Wait a minute...            01/01/70 00:00      
   Your code            01/01/70 00:00      
   RE: Strange problem with KEIL C++ and 8052            01/01/70 00:00      
      RE: Strange problem with KEIL C++ and 8052            01/01/70 00:00      
         RE: Strange problem with KEIL C++ and 8052            01/01/70 00:00      
            poor practice            01/01/70 00:00      
   andy + gopalakrishn + program with <pre>            01/01/70 00:00      
      RE: andy + gopalakrishn + program with <pre>            01/01/70 00:00      
         RE: andy + gopalakrishn + program with <pre>            01/01/70 00:00      
   RE: Strange problem with KEIL C++ and 8052            01/01/70 00:00      
   KEIL Debugger            01/01/70 00:00      
      RE: KEIL Debugger            01/01/70 00:00      
      RE: KEIL Debugger            01/01/70 00:00      
   try this on your keil            01/01/70 00:00      
   Keil Debugger screen shoots            01/01/70 00:00      
      Shazad            01/01/70 00:00      
      RE: Keil Debugger screen shoots            01/01/70 00:00      
   I am facing Nearly Similar Problem            01/01/70 00:00      

Back to Subject List