Hello,
I want to add breakpoint in my dll in VC, how to get my breakpoint shot?
Thanks
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
__asm { int 3 }
----- Original Message -----
From: “jiangmin”
To: “NT Developers Interest List”
Sent: Wednesday, January 30, 2002 4:15 AM
Subject: [ntdev] How to debug Property Page Dll
> Hello,
>
> I want to add breakpoint in my dll in VC, how to get my breakpoint shot?
>
> Thanks
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Seems I can debug using SoftICE. What I want is to debug using VC debugger.
I added __asm {int 3}, but the breakpoint is not shot. Do I need to do any
configuration
in the VC Dll project?
Thanks
----- Original Message -----
From: “Maxim S. Shatskih”
To: “NT Developers Interest List”
Sent: Tuesday, January 29, 2002 9:42 PM
Subject: [ntdev] Re: How to debug Property Page Dll
> __asm { int 3 }
>
> ----- Original Message -----
> From: “jiangmin”
> To: “NT Developers Interest List”
> Sent: Wednesday, January 30, 2002 4:15 AM
> Subject: [ntdev] How to debug Property Page Dll
>
>
> > Hello,
> >
> > I want to add breakpoint in my dll in VC, how to get my breakpoint shot?
> >
> > Thanks
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You mean you have a notify object with the implementation for
INetCfgComponentPropertyUi?
Then you can debug using Windbg.
Nitin
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com