Unable to connect the degugger at the specific location
0
Hello Experts, I am having trouble in connecting debugger to one of my environment, it shows me that “Unable to connect the degugger at the specific location” I have added /debugger and password is also correct. Answers are really much appreciated!
asked
Arunkumar Jaganathan
1 answers
-2
Some to the actions in microflows are optimized away. Take for instance a retrieve action with a list action to count the objects. Here you could not set a breakpoint because this actions is optimized. So either set your breakpoint before or after this point.