Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Removing Break Points

DavidWhite
Valued Contributor II
292 Views

Noticed some unexpected behaviour with breakpoints

During a debug run, I removed some break points.

At the end of the run, and/or when I reload the project the break points are back again.

Any reason why the break point changes are ignored?

 

0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
292 Views

I assume you mean the Microsoft Visual Studio debugger.

When I have goofy break point behavior, I start a debug session and open up the Debug Breakpoint window, then regardless of what shows or does not show for break points, click on the button with the big red X. Use that button - do not delete individually, nor not click X if it appears as if no break points are set. Then add back your break points. The X (IMHO) appears to remove the entire Breakpoints object as opposed to removing items from the Breakpoints (s stressed) object. Recreating the Breakpoints object seems to reinitialize something.

Jim Dempsey

0 Kudos
Reply