Hi,
Thanks very much for your feedback and sharing. We're glad that the question is solved now. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary for the problem.
Problem/Symptom:
When called the cmd window pressing F8 on the system being deployed, the debugger windows disappeared.
Solution/Workaround:
Got to cmd window with F8, started powershell and then run the below command to bring the debugger (TSD.exe) window to foreground
(New-Object -ComObject WScript.Shell).AppActivate((get-process tsd).MainWindowTitle)
Thanks again for your time! Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.