Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi Srinivasan,
Debugging the creo toolkit application is easy in the visual studio than compared to vscode.
Follow the steps to debug a dll application:
1. Open the creo parametric application. (Don't load the dll yet)
2. Attach to the creo parametric process (xtop.exe) | Debug -> Attach to Process
3. Then load the dll file.
4. Execute the process, it will break at your specified breakpoint.