Hi,
We've managed to get the SDA working in an Enterprise Architect addin.
Sharpdevelop is now started when we open EA and we have written methods to load a solution and open the code for an operation starting from EA.
Now the next thing our users wanted to do was to be able to debug our application from the embedded Sharpdevelop. The are mostly interested in debuggin the backend of the application, which runs as w3wp.exe. I added all the necesarry add-ins and dlls, and it looks like it is going to work. We can set breakpoint, we can attach to the w3wp.exe process. But when we attach to the process the breakpoints become yellow, and the code execution is not stopped.
When doing exactly the same thing in a regular Sharpdevelop that all works.
We are running EA as administrator (and thus also Sharpdevelop).
Does any of you have any idea why debugging doesn't work, or an idea of how we can find out what is going wrong? We are a bit stuck here.
Thanks
Geert