Message 1 of 7
Default VS2019 Exception Settings Prevent Debugging AutoCAD 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to debug my ARX in ACAD 2023 / VS2019 with the default VS exception settings leads to an access violation error in starting up acad.exe which prevents the debugger from starting (this is before it even gets to loading my ARX).
I can ignore access violation errors and everything proceeds, seemingly as normal. But globally ignoring access violations doesn't seem like the best aid to debugging?
Is this normal? What else should I / shouldn't I be doing?
Cheers.