SDL中的F12键会导致断点吗?

发布于 2024-09-30 15:40:15 字数 150 浏览 3 评论 0原文

我最近做了两个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我是有多爱你 2024-10-07 15:40:15

:-) 发生这种情况的原因是我在调试配置中运行我的应用程序.. 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文