PROBLEM WITH REFRAMEWORK WHILE RUNNING IN DEBUG MODE

Robot not furthering into the Set Transaction Status Workflow while running in debug mode. It just stays static without showing any exception as in the picture below. I am using Studio Community Edition (2023.6.1)

1 Like

Hi @Raghuveer_M ,

Could you let us know if you have added breakpoints anywhere in the workflow ?

If not, could you add a breakpoint for the Set Transaction Status workflow and from then when the Execution halts/pauses at that breakpoint, perform a Step Into at each step, this way we should be able to identify where the Robot execution gets stuck.

Hi @Raghuveer_M

When you are try to run the process is it runs. Is it iterating the workflow for every transaction?

Check the log messages in the output panel then you know which state is running.

Or Debug the process by set a break point as @supermanPunch said.

Hope it helps!!

I have added a breakpoint in the Success workflow but before entering into that workflow it halts. I tried with step into it works fine. Problem only during debugging

Hi @Raghuveer_M ,

Do you mean Step Into works (With Breakpoints added) but not if Debugged without breakpoints ?

Can you share that project? It’s not something that was reported before and would like to understand how we can replicate this.

Main.xaml (75.3 KB)
My Project File

I am still facing issue, kindly please help me.