SDL中的F12键会导致断点吗?
我最近做了两个SDL项目——一个是演示项目,另一个是我自己的,在VC++ 6.0下用SDL编译的。在调试配置中,除了 F12 键之外,我可以正常按下所有按键。如果我按 F12,无论如何我都会在 NTDLL 中得到一个“用户断点”。
有其他人经历过这种情况或能够提供帮助吗?
I have recently taken two SDL projects - a demo project, and one of my own and compiled with SDL under VC++ 6.0. In Debug configuration, I can get all key presses fine with the exception of the F12 key. If I press F12, I get a "user breakpoint" in NTDLL, no matter what.
Has anybody else experienced this or able to help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
:-) 发生这种情况的原因是我在调试配置中运行我的应用程序.. 9 年后我不知道 F12 键会导致 MSVC 内发生中断。
:-) The reason this happened was that I was running my app in Debug configuration.. and after 9 years I had no idea that the F12 key causes a break to occur within MSVC.