Saturday 10 July 2010

Developing Sparx EA AddIn with Visual Studio 2010

After switching from VS 2008 to VS 2010 I had the problem that the debugger didn't break in the newly compiled addin. After trying around I came to the following solution:
- compile the add in
- start EA
- attach the debugger to EA
This picks a compatible version of the debugger (the default is the latest debugger).

No comments:

Post a Comment