Categories

{{ selectedCategory.name }}

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

{{ topic.Content }}

No topics found!

Verify when using software breakpoints

03-Aug-2021

Implementing a software breakpoint  means inserting a special instruction and with that modifying the system memory. If the Verify option is enabled, winIDEA compares the system memory with program in the download file.  Since system memory has been modified by a breakpoint, verify will report errors.


Possible solution: 

If you are using the Verify command, disable all breakpoints prior to that:

  1. Open Breakpoints dialog by opening Debug / Breakpoints.
  2. Click Disable All button.
  3. Perform Debug / Verify Download.

Automatic verify after download is not affected as it is performed before breakpoints are set.


More resources:

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!