• Software Debuggers: What next?
    Great leaps in human knowledge are linked to advancements in tools. For software engineers the debugger is a cornerstone tool to create reliable products. We engage in a running battle fighting both the...
  • Printf gets stuck in simCASE debugger
    Hi anybody in this forum please kindly help me to resolve the following problem: When I run the debugger (simCASE debugger) , each time when it reaches the printf commands, it stops completely...
  • getting user input in Debugger
    I have written a small function as below: void checkKeyPress() { uchKeyPressed = P1; /* Read Port P1 */ uchKeyPressed = uchKeyPressed & 0x18; /* mask with 0x18 to check for P1.3 & P1.4 */ } /*...
  • getting user input in Debugger
    I have written a small function as below: void checkKeyPress() { uchKeyPressed = P1; /* Read Port P1 */ uchKeyPressed = uchKeyPressed & 0x18; /* mask with 0x18 to check for P1.3 & P1.4 */ } ...
  • Problem on debugger with extern variable
    Hello everybody, I have a problem with a global variable. This variable is declared as extern. It is reset to 0 automatically inside the Keil µVisionb 4 debugger when used in a function written in...