🔒 You're viewing limited content
In this video, you will see the final testing phase of the add-in as we troubleshoot real-world scenarios, such as file locks and reference errors. This lesson demonstrates how to refine your code to ensure it runs smoothly even when PDM encounters unexpected file states.
KeyTakeaway :
- Real-World Debugging: Learn to interpret confusing PDM API exceptions and resolve them using flags.
- Smart Unlocking: Use EdmUnlock_IgnoreRefsNotLockedByCaller to avoid errors with files you don’t own.
- Testing Tools: Leverage PDMShell to verify your add-in’s actions (like checkouts) in real-time.