简体   繁体   中英

Debugging Not working on VS2012

I have a problem with Visual Studio 2012, I have just create a windows application project, it's the default application created by VS itself, if I run the application with Ctrl + F5 (Start Without Debugging), the application running correctly. while if I start the application with F5 (Start With Debugging), The application is built successfully, but the form doesn't appear at all, In addition if I'm trying to debug any line, the debugger is not launched and breakpoints are not reachable.

If I capture the output from debug, I got the following:

The program '[11980] WebBrowserTest.exe: Program Trace' has exited with code 0 (0x0). The program '[11980] WebBrowserTest.exe: Managed (v4.0.30319)' has exited with code -1 (0xffffffff).

How could I solve this issue.

最终,我得到了针对该问题的解决方案,它与Windows用户权限有关,一旦我运行VS2012作为管理员,调试器就可以毫无问题地启动。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM