Community Tip - You can change your system assigned username to something more personal in your community settings. 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.