Categories

{{ selectedCategory.name }}

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No topics found!

Missing program code

18-Apr-2024

If a Missing program code message is displayed in the trace, it means that the program was executed at addresses where no code image is available in the download file. The debugger needs complete code image for the correct trace reconstruction. The code not reported in the download file or a self-modifying code cannot be traced. 


Possible solution:

To analyze which code is missing in the trace:

1. Click on the last valid trace frame before the Missing program code message. This will point to the belonging program point in the source or Disassembly Window.

2. Set a breakpoint there.

3. Run the program until the breakpoint is hit.

4. Step the program (F11) from that point on to see where the program goes.

Was this answer helpful?

Sorry this article didn't answer your question, we'd love to hear how we can improve it.
Note: This form won't submit a case. We'll just use it to make this article better.

Similar topics

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No similar topics found!

Other topics in the same category

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No topics found!