Geert Bellekens continued his series on how to write Add-In’s for Sparx Systems Enterprise Architect.

See: Testing and debugging your Enterprise Architect C# Add-In

I like that he tells about our free Enterprise Architect Launcher Winking smile

Nevertheless here at LieberLieber we use a different way of Debugging EA Add-In’s:

We start EA from the Debugger so it is easier to use than “attach to process” – and we can be sure the EA instance we use for debugging is in a consistent state when starting. To do so you configure the properties of the project like:

image

Nevertheless if you want a free IDE that can attach to a process I can recommend SharpDevelop!