Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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.