Using the command line to start a process

Hello folks,

I have been playing around with starting a process from the command line and I found this…

If I use the command UiRobot -file “Path to the right xaml” the process launches no problem. My question is is it possible to do this BUT to have the process launch in debug mode which would be the same as hitting F7 when launching a process from studio. I don’t see a clear way to do that.

Hi @FireflySeason2

I do not think it is currently possible. It also seems like a more complicated concept to be explored by our dev team. Thank you for your feedback :slight_smile:

I tried playing around with it and the closest I came to making this work (that is to say making a process run in debug mode on command) was to just leave UIStudio open then use a SendKey powershell command to “press” F7. It’s not pretty but it works well enough.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.