Breakpoints Not Working

Resolution when the breakpoints are not working.

Issue Description: Breakpoints are not working and also when running in debug mode, the activities are not being highlighted as being triggered/processed.


Root Cause: According to documentation, there is a known Limitations in Windows-legacy Projects: Execution does not pause when a breakpoint is hit if the workflow contains:

  • A UI Automation activity where any option is selected for the Wait for page load property
  • Two variables of different types that are called using the same expression.

Check for app state does not have a Wait for page load property, but it has Wait for element to appear.



Resolution: Check for app state does not have a 'Wait for page load' property, but it has Wait for element to appear.

  • Remove all those activities

Note: This is a limitation for Windows Legacy projects.