English 中文(简体)
编码记录——在监控窗上没有显示的变量
原标题:Codeblocks Debugging - variables not showing in watches window

我刚刚开始使用密码锁,并设立了我的国家调查组,以便把监控窗放在国际调查的最底层。 我确定了我的突破点,并以欺骗方式实施我的方案。 我可以通过与我的菜单bar子的编码线,但我看望窗上没有变数。 我读到了你可以正确点击和增加全球变量的地方,但我也没有这种功能。 我所有的观察窗口都是一个 but子,在我点击电文时,我 reading着:

“在纽特州,看重价值。 Hold ctrl to see the original production string re by the debugger. shift shift see

即便如此,该纽伦似乎也无所作为。

我怎么能够展示?

问题回答

当你管理着 de(由红游戏纽州启动)。 申请将按通常情况执行,直至找到一个断点。 打破这一僵局之后,你必须点击前进的塔顿。 如果你想看到变数的表现,那么你就应该点击Debuggin 窗口纽顿(一个有点 b,接近尾声)

然后,将启动监视器和一个新的窗口。 在这个窗口中,你甚至能够增加你希望追踪的具体变量。

I am assuming you can see the watches window already. All you need to do is type the variable name in the grid(inside the window).Only the variable name, the rest(data type etc) is automatically detected.

Go to Debug -> Debuggingdows -> Watches





相关问题
Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Asp.Net MVC - Problem returning a model to the view

I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...

Unable to generate PDB files in Visual Studio 2005

For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...

热门标签