I am trying to debug a C ++ Metro application using Windbg. Since Windbg runs on the desktop, the application pauses after 5 seconds of debugging, and I have to go back to Metro Desktop to resume the application.
Is there a way to debug a Metro app using Windbg and not pause it.
source
share