You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome extension! 👏🏻
There is an issue that has been bugging me when debugging lately.
Whenever I hit a breakpoint and proceed using step-over (F10), each statement displays the message box repeatedly.
Have you ever come across this before?
I'm using v2023.4.9.2 with the latest VS 2022 v17.7.4.
The text was updated successfully, but these errors were encountered:
Hey @MarcolinoPT, that is the current design, actually.
I've been waiting for some feedback on it, since its a little bit of a niche extension anyway.
I'm open to ideas and suggestions if you have any! Though, I take it from the comment you'd only want it to prompt on the very first breakpoint in a debug session?
For me, it would make sense to have a setting, through Visual Studio, where one could toggle that option.
Something like Display message box only when the breakpoint is hit or Always.
Hi Calvin,
Thanks for this awesome extension! 👏🏻
There is an issue that has been bugging me when debugging lately.
Whenever I hit a breakpoint and proceed using step-over (F10), each statement displays the message box repeatedly.
Have you ever come across this before?
I'm using v2023.4.9.2 with the latest VS 2022 v17.7.4.
The text was updated successfully, but these errors were encountered: