Hey is there a project setting(or another method) in studio to simulate command line arguments from the command line? Thanx!
Michael
Hey is there a project setting(or another method) in studio to simulate command line arguments from the command line? Thanx!
Michael
You can debug project and with a break point pause your bot execution.
Now look at the local pane, there are three pane at bottom.
Hope this helps you.
Yes it does. I was just looking @ it a differant way. Providing the value in default field for the arg i think will be fine. Thanx Michael