Machsupport Forum

Mach Discussion => Mach SDK plugin questions and answers. => Topic started by: Juan_JT on February 08, 2010, 09:34:16 PM

Title: Mach3 Development Version
Post by: Juan_JT on February 08, 2010, 09:34:16 PM
Hi!

I know this is probably a stupid question but I'm new in plug-in developmen and i have a problem with mach3 debug version... I cant find it!

The lockdown version which i download from ARC main page doesn't contain debug symbols. And the link to the Mach 3 development version isn't there anymore...

What is the version of Mach 3 that i have to download to be able to debug my plug-in dll?

I'm using VS2003
Thanks!
Title: Re: Mach3 Development Version
Post by: chriss9mm on March 25, 2010, 03:04:40 AM
I've just started playing with plugins on VS2002 (even more ancient than your version). I didn't realise there _was_ a development version of Mach3! Doesn't seem to ne around anymore tho 8^(
However, I can still debug my own plugin dlls by starting the release version of mach3 and then going to VS, debug->processes, then selecting the Mach3 process. Setting a breakpoint on Update () in machdevice.cpp then drops me into the debugger. Does this help or am I telling you something you already know?