I noticed that on Windows when there is a hardware breakpoint, Go panic and print the stack and exists.
Even if I add a VEH in Windows, it is not taken into consideration.
This is also the case for other Windows Exception.
Out of curiosity, why choosing "panic and exit" instead of letting the user gracefully handle through VEH ?
Thank you in advance :)