Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using acad 2012, and VS 2010 (C#) on win 7 64 bit.
I made a form, and showing it as modeless via Application.ShowModelessDialog... as recommended by everyone and that works fine.
I have a button that does something, and I set a break point right on the first line of code for its callback.
The button runs fine, but VS is not stopping at the break point.
Is there a different technique required when debugging modeless forms?
thx
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties
Solved! Go to Solution.