-
Notifications
You must be signed in to change notification settings - Fork 832
Description
The following screen pops up when removing a breakpoint (the message is a bit confusing, I'd assume that validating a breakpoint location is something you need to do when setting a breakpoint):
The issue is not with the message, which is informative to some extend, but with it lingering around for sometimes extended periods of time (from seconds to over half a minute).
Repro steps
With F9 when removing an existing breakpoint. Happens occasionally, but more often when the project has been open longer. Not seen in small projects.
After it happens once for a certain line, it doesn't happen again when hitting F9 several times.
Expected behavior
Either no popup or very briefly.
Actual behavior
Popup can stay for as long as half a minute (possibly longer, but debugging becomes impossible at that point, so I restart).
Known workarounds
Restart Visual Studio. The behavior comes back only after a while.
Related information
Seen on:
- Visual Studio 2017, Preview 6.
- Windows 7, latest service packs
- F# 4.4.0.0 and F# 4.4.1.0 projects
