Categories

Watch Window
A variable in Real-Time Watch Window doesn't display correct value and is not updated 01-Aug-2024
Possible solutions Enable Real-time update in the Watch window Symbols in the Watch window may not be updated while the application is running due to a disabled Real-time update. Check your download files Most often the reason for the incorrect symbol value displayed in the Watch window is...
Bad visibility of modified or focused symbol in Watch Window 29-Apr-2024
When a value is modified or a specific symbol is focused, text is colored red and background is grey which provides bad contrast. In updated version of winIDEA this has been changed, but t he older default color stays in saved option values. Possible solution Delete *.XTRF file to see the ...
NXP/ST Power Architecture / MPC560x, SPC560P, SPC560B: Watches & Disassembly showing illegal instructions 29-Apr-2024
Whenever a pointer is added in the Watch Window and an element is expanded in it, then debugging proceeds, all values get corrupted and in the Disassembly Window displays message Illegal Instructions . The content of the pointer is not modified, it is only read. Possible solution Avoid rea...
Creating a Python initialization script via the Watch Window 29-Apr-2024
If you need to for example repeatedly inject data into your application to test a piece of code, the Watch Window can generate a Python script that writes data to memory exactly as it is configured in the Watch Window. Solution 1. Open the Watch Window via the View / Debug / Watch Window. ...