🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

Missing program code

22-Oct-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 a 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?