Question
1
Replies
107
Views
Posted: December 5, 2018
Last activity: December 10, 2018
Debug scripts and dll
Hi Pega Support Community, I would like to have breakpoints in scripts and referenced dlls. does anybody know if this is possible and if so how to do it?
You may add breakpoints in scripts or connectors in Pega Robotics Studio. To access them though you must run using the Blue "Play" button. This will launch the script debugger and allow you to hit breakpoints in scripts. To hit breakpoints in your external components, you would need to have the source code for those loaded and you would need to be using Visual Studio 2015 with the plug-in.