UiPath 2019 Preview (Community Edition v2019.8.0)

Please be aware that from 2019.8, Start button default behaviour is changed

It will now default to Debug instead of Run

Other options can be accessed via the dropdown, as seen here:

image

In short:

  • Start will run the Debug for the entire project, starting at the workflow set as main
    (typically Main.xaml)

  • Start Without Debugging will Run the entire project, starting at the workflow set as main (typically Main.xaml)

  • Start File will Debug the currently selected Xaml file tab

  • Start File Without Debugging will Run the currently selected Xaml file tab

I hope it clears some confusion :slight_smile:

7 Likes