English 中文(简体)
• 如何观察法典中的变数:锁?
原标题:How to watch variable in code::blocks?
  • 时间:2017-08-24 14:06:33
  •  标签:
  • codeblocks
问题回答

为了展示“观察”的窗口, to可以开放Debug menu, 暂停使用“Debuggingdow”方案,并从流行的子门选择“Watches”。

观察仪的菜单总是 small缩,坐在你的代码上,因此,你可能希望将其扩大或缩小在标识之上。

观察仪表总是显示方案论点和当地变量,但并非全球变量。 就结构和类别变量而言,你可以按变量名称点击“+”的微粒,看看所有特性。 Char* 变数将显示为示意图,但不会给你一个有点的等级或结构的特性。

看到全球变量或跟踪点,在左细胞中点点点点点点,点数最小,并打上你希望看到的变量名称。 您也可以提出评价职能的要求,但无法履行在线职能。

如果回答你的问题,你可以澄清你想要展现的是什么,你想看到的两幅画像就是这样。





相关问题
I need help with this ogre dependent header (Qgears)

I m 2 errors away from compiling Qgears. (Hacked Version of the Final Fantasy VII Engine) I ve messed with the preprocessors to load the actual location of the ogre header files. Here are the errors:...

PCRE: Find matching brace for code block

Is there a way for PCRE regular expressions to count how many occurrences of a character it encounters (n), and to stop searching after it has found n occurrences of another character (specifically { ...

Opening Code Blocks project file (.cbp) in Visual Studio 2008

I m switching over to Visual Studio 2008 from Code Blocks. I have a project written in Code Blocks, and I d like to manage it in Visual Studio. The problem is that the project file for the program is ...

gcc code::blocks shared library questions

I m using code::blocks on a linux system with the gcc compiler, and I want to be able to use the shared library template to make a shared library with classes, then make another project that accesses ...

Code::Blocks: How to run within IDE?

When I ask CodeBlocks to run my built application it spawns a terminal window and runs the application within that window. How do I instead get it to run within the IDE s log window?

Using SVN with CodeBlocks Projects

I have an SVN repository setup online and I want to use it to manage my C++ projects in CodeBlocks. I read that SVN can only track changes to text files, so how do I manage the .cbp project files and ...

热门标签