Debugging Windows 8 App using windbg

强颜欢笑 提交于 2019-12-10 17:37:45

问题


I have a Windows 8 Application Store app that needs to be debugged on one of our lab machines. The machines in the lab have windbg but do not have Visual Studio. When I launch the EXE using windbg, I get a message that says "This application can be ran only in the context of an app container".

Is there anyway to get Windbg.exe to create the app container context?


回答1:


WinDbg can attach pretty much to any running process. You can start your app in a regular way from the start screen and try to attach to it after that. I used this technique when debugging Win32 services.



来源:https://stackoverflow.com/questions/15485624/debugging-windows-8-app-using-windbg

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!