What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Debugging plugins made with VC++...

Debugging plugins made with VC++...
Author: Message:
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Debugging plugins made with VC++...
sure... add a call tyo DebugBreak() and select "debug" when you'll get the error message.... when youre in the VC deubbuger, looking at your code, just say to ignore the assertion and youre good to go.

The second sollution is to do something like
while(true)
   Sleep(100); <-- put a breakpoint here

When execution comes to this point, it will freeze.. attach your debugger to the messenger process, you'll break at the Sleep line.. then, just set the next execution point below the Sleep line.

Pick whatever sollution you prefer :)
Patchou
[Image: signature2.gif]
07-09-2003 05:11 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Debugging plugins made with VC++... - by allex87 on 07-09-2003 at 03:00 AM
RE: Debugging plugins made with VC++... - by Patchou on 07-09-2003 at 05:11 AM
RE: RE: Debugging plugins made with VC++... - by Finn on 07-09-2003 at 07:12 AM
RE: Debugging plugins made with VC++... - by allex87 on 07-09-2003 at 01:27 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On