🔒 You're viewing limited content
In this lesson, we establish a specialized debugging workflow designed specifically for SOLIDWORKS PDM Task add-ins.
You will learn how to create a diagnostic dialog to capture process information, manually refresh the add-in in the vault, and successfully attach the Visual Studio debugger to the appropriate PDM process for real-time testing.
Key Takeaway:
-
- Using StringBuilder to create a debug dialogue.
-
- Locating the ConisioAdmin process.
-
- Troubleshooting the most common error: Trying to debug a DLL that hasn’t been reloaded.