When making a call of debugger2.ExecuteStatement("MyMethod()". What thread would "MyMethod()" be run? Can I force it to be run in the Main thread?
NR1234