热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Visualc++调试错误—wuser32。pdb不加载-VisualC++DebuggingError-wuser32.pdbnotloaded

Ihavemadeaform(GUI)inVisualC++&whiledebuggingitstepbystep,Igotthefollowinger

I have made a form (GUI) in Visual C++ & while debugging it step by step, I got the following error, which stopped further debugging of the code.

我在Visual c++中做了一个表单(GUI),在调试它的过程中,我得到了下面的错误,它阻止了代码的进一步调试。

The screenshot of the error is shown below.

错误的屏幕截图如下所示。

How to solve this?

如何解决呢?

enter image description here

1 个解决方案

#1


2  

Good chance further debugging is in fact not stopped - seems you tried to step into a system function (implemented in wuser32.dll), and you can't debug this without matching symbols. You can post a screenshot of the stack window at this point to help us verify.

很好的机会进一步调试实际上并没有停止——似乎您试图进入一个系统函数(在wuser32.dll中实现),并且您不能在没有匹配符号的情况下进行调试。您可以在这一点上发布一个堆栈窗口的屏幕截图来帮助我们验证。

First, try to just continue (F5 or Shift+F11 to step out).

首先,试着继续(F5或Shift+F11)。

If for some reason you must view at least function names at this location - check the 'microsoft symbol server' at the screen you show. and click load. After a brief download pause, you should be able to see at least a disassembly window, and hopefully a meaningful name for the current stack frame.

如果出于某种原因,您必须在此位置查看至少函数名——请在您所显示的屏幕上检查“microsoft symbol server”。然后单击加载。在短暂的下载暂停之后,您应该能够看到至少一个反汇编窗口,并希望对当前堆栈帧有一个有意义的名称。


推荐阅读
author-avatar
顺大顺麻麻1009_388
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有