In article <1132765189.810291.19130 (AT) g47g2000cwa (DOT) googlegroups.com>,
abhishika (AT) gmail (DOT) com says...
Quote:
Hi All,
I am writing a filemaker plugin on a windows machine using Visual
Studio .NET. I am compiling my plugin as a dynamic library (.dll). Is
there some way I can attach it to the debugger in Visual Studio and see
whats going on in there?
Thanks,
Abhi |
Yes, but you'll likely need to ask in a Visual Studio group for exact
instructions; this isn't really a filemaker issue.
But to get you started:
http://msdn.microsoft.com/library/de...l=/library/en-
us/vsdebug/html/vxtskdebuggingccdll.asp
http://msdn.microsoft.com/library/de...l=/library/en-
us/vsdebug/html/vctskattachingtorunningprogram.asp
Basically you attach a debugger to Filemaker and set a breakpoint in
your dll.
-regards,
Dave