Question
CUREA
FR
Last activity: 7 Nov 2023 9:03 EST
Error during debug - Not supported by OpenSpan
I don’t know why but I’m not able to see any value of variables during debug. I got an error message : Not supported by OpenSpan (i attach some screenshots of what i got).
I saw the tool Pega Robot Inspector was missing too (I don’t know if there is an impact on debugging). I try to install it by following this process : https://docs-previous.pega.com/using-robot-inspector but that was unfortunately a fail… I didn’t have the option Show Pega Robot Inspector in the taskbar for exemple.
And to finish, the option step over and step out doesn’t work (but that’s clearly not the most important for the moment..)
If you have any solutions or advices or a contact to ask, I’ll be happy !
Thank you and have a nice day,
@JulienR16994768This is really odd. The Robot Inspector is accessible from the Toolbox under the Runtime tab. There is a method called ShowRobotInspector that you can drag into an automation. I suggest calling this from the AllProjectsStarted event (also available on the Runtime tab). This method must be called from a Windows Form thread, so either call it from this event (synchronously), or add a Windows form and use an event from the form to call it. You can also enable it in the tray icon by editing your RuntimeConfig.xml. There is a section as shown below that needs to be enabled. With this enabled, when you launch Runtime, you can launch the Robot Inspector by right-clicking the tray icon.
<MenuItem item="LoadRobotInspector" label="Show Pega Robot Inspector" show="true" />
What version of Pega Robotics Studio are you using?