Hi,
I really think using an IDE would help when developing / debugging a plug-in … or at least it would help me … ;). Has anyone had any luck with this? Not sure how to “attach” it to PMS, so that when my code is called the IDE is activated.
Thanks!
Hi,
I really think using an IDE would help when developing / debugging a plug-in … or at least it would help me … ;). Has anyone had any luck with this? Not sure how to “attach” it to PMS, so that when my code is called the IDE is activated.
Thanks!
Unfortunately this is non-trivial due to the way the Framework bootstraps the plug-in code. At the moment, each plug-in runs in its own process, and I’ve been unsuccessful connecting debuggers to those. I wouldn’t say it’s impossible, but I’m pretty sure no one (including people who work with these things all day long) has done it.
Makes sense, and I do know it can be difficult (understatement … ;)). Thanks for the quick reply!