Hi, everyone.
When executed in debug mode, studio runs very, very slowly, especially when I need to work with excel files.
I would like to know if there is any way to get my program execution speed up to run mode while in debug mode. I tried changing the activity setting of the program to ‘copy run setting to debug’, but it didn’t really work when I actually tested it.
I didn’t use slow step/ highlight or other tools, and my studio version is 21.10.8 enterprise. Do u have any other solutions for this?
I think UiPath studio doesn’t have setting to speedup debug than normal speed, but you can speed up the process in debug mode by change the loop process that using foreach activity to invoke code if possible, it’s will be very fast because UiPath studio not executing activity on the foreach one by one multiple times
Yes, I usually use for each, or foreach row to iterate through objects, but it’s this loop that can be very slow. And that’s my question, I need some solutions can let it run faster.