Breakpoints

Breakpoints are not working in debug mode!!

Hi @Ritaman_Baral

Breakpoints will work in Debug mode. I think you have disabled the breakpoints. Check the Breakpoints panel to check the breakpoints are enabled or disabled.

If the breakpoints are disabled then the bot will pause at that particular activity.

Hope it helps!!

Hi @Ritaman_Baral/

Could you verify that breakpoints are properly set and you are using debug mode and not using the run mode.

and also check for any errors or warnings in the work flows that may impact the breakpoints and verify you have used breakpoints on desired activities that you want to verify.

Regards,
Kirankumar.

Hi @Ritaman_Baral

Verify the project configuration to ensure that debugging is enabled. Go to “Project” > “Project Settings” > “General” and make sure “Enable debugging” is selected.

Thanks!!