Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How to Debug C++ Code in Visual Studio with Break Points, Watch Window Memory Values?
Please Respond.
Thurai
Solved! Go to Solution.
How to Debug C++ Code in Visual Studio with Break Points, Watch Window Memory Values?
Please Respond.
Thurai
Solved! Go to Solution.
May be you can try below steps.
1. Start Fusion
2. Build your add-in in Visual studio.
3. Attach the Fusion process with Visual studio using Debug->Attach to Process
4. Put the breakpoint in run method of your add-in
5. Run your add-in from Fusion Add-in dialog.
Please take a look at the help page in API documentation on this topic http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-ECC0A398-4D89-4776-A054-F7B432F7FCF6#Debuggin...
I hope it helps. Thanks.
Hello!
I follow these steps
but VS tells "The breakpoint will not currently be hit. No symbols have been loaded for this document."
I vary message text and I am sure that Fusion runs latest compiled Script project.
Any suggestions please!