Hi,
I'm tryind to build a Revit API and I've written my code already, but there are some mistakes in it. I wanted to run SharpDevelop debugger to find some errors but I just doesnt work.
I open the 'Debug' tab, select 'Attach to Process...' and choose the Revit.exe. The debugger starts, but it doesn't stop in any break points, it doesn't show any variables, nothing. I can pause and continue the debug and nothing happens. If I try to Step Into while the debugger is running I get "Can not perform action because process is running", if I try to Step Into while the debugger is paused, I get "You cannot step because there is no active function selected".
I'm kind new in API programming, am I missing something?
Thanks