Break points not stopping code on modeless forms

Break points not stopping code on modeless forms

JamesMaeding
Advisor Advisor
805 Views
5 Replies
Message 1 of 6

Break points not stopping code on modeless forms

JamesMaeding
Advisor
Advisor

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

0 Likes
Accepted solutions (1)
806 Views
5 Replies
Replies (5)
Message 2 of 6

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

have you set Framework4 as the current Framework for your project?

If you don't want FW4 then a good point to look at: >>>here<<<

And NEXTFIBERWORLD could be a point-of-interest, look to >>>this issue<<<

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 6

JamesMaeding
Advisor
Advisor

yah, setting framework to 4 did the trick.

The other options Kean mentioned are less desirable.

Wish I could stick with 3.5, as 4 is not always on a given machine.

Guess I can switch back before deploying.

 

Thanks a bunch for your reply, i was worried about this last night.


internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties

0 Likes
Message 4 of 6

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> Wish I could stick with 3.5, as 4 is not always on a given machine.

If AutoCAD 2012 is installed, then Framework 4 is installed, it does not run without! 😉

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 5 of 6

JamesMaeding
Advisor
Advisor

I lose track of what needs what. I program for 2009 and 2012 so I will just target each project for correct framework.

thx


internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties

0 Likes
Message 6 of 6

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I lose track of what needs what

check the bottom of >>>this link<<<

...and for 2012 you need 4.0

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes