
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody,
I'm a well experienced delevoper for AutoCAD plugins, but really new to Revit and its world.
I've read a lot and still setting up a nice environment to develope for Revit.
I'm still trying to achieve a way to debug Revit plugins with the Edit&Continue support on x64 machines.
Right now I tried:
- direct and simple debug launching Revit inside VS2015, as I used todo with AutoCAD: Revit would crash immediately unless I enable the Managed Compatibility Debug flag (that I believe revert to an older debug package without E&C).
The breakpoints works, but every code change requires a Revit restart.
- side lauch of Revit, loading of plugins through Add-in Manager and attach VS2015 to Revit process for debug: with the Managed Compatibiity mode enabled, the debug works, the breakpoints work, but obviously without E&C; without the Managed Compatibility mode the plugin still works (no crashes, Debug.print() works), but the breakpoints don't get caught... so useless for debug purposes...
Just to know: I'm I trying to achieve something possible? Is anyone able to debug on x64 machines with E&C support? Or simply isn't possible?
If it's possible, any help would be appreciated.
Max
Solved! Go to Solution.