I am using VS 2019 (VB.net) and I can not edit and continue when debugging when I have "On error goto" I use this feature with no problem in VS 2012 (VB.net).
How to make edit and continue work with "On error goto" statement in VS 2019 (VB.net)?
Thanks in advance.