@bizzymd The project can be found at:
C:\Users\UserName\AppData\Local\TaskScheduler\1.6.0\app\appslocal\...(etc)....\SID...(etc)....\engine\project.xmlHere you can find all projects that were created by scheduler.
Sorry for the newb question. I created my first script in BAS. It just loads a bunch of random websites (placed in a list) on each profile, with the scope of gathering cookies. After a while each thread hangs. When I check the browser of that thread it just displays the last page it has loaded.
When I run the script manually in BAS everything works well. The a/m situation appears when running the compiled script (exe)
The question: is there a way to check at what step from the script logic each thread hangs? Something like a "trace execution" function.
Thank you