Visual Studio调试 - 我只是想通过我的程序! [英] Visual Studio Debugging- I just want to step through my program!

查看:137
本文介绍了Visual Studio调试 - 我只是想通过我的程序!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只想通过Visual Studio 2005浏览我的程序,但是当我尝试复制我的老师(有点)显示我的时候,我开始逐步浏览一些自动显示在我的窗口中的其他文件。它们被称为随机的东西,如xstring和ios,我真的很沮丧。请问,如何逐步完成我的代码?

解决方案

避免进入这种方法的最好方法是设置NoStepInto规则注册表。请查看此博文,确切地说如何做。



如果您想避免整个标准库,只需设置以下规则:

  10 std\:\:。* = NoStepInto 

Studio 2005您需要将规则添加到以下密钥



HKLM\Software\Microsoft\VisualStudio\8.0\NativeDE\\ \\StepOver


I just want to step through my program with Visual Studio 2005, but when I try to copy what my teacher (kinda) showed me, I start stepping through some other files that spontaneously appear in my window. They're called random things like "xstring" and "ios" and I'm really frustrated. Please, how do I step through my code?

解决方案

The best way to avoid stepping into such methods is to set NoStepInto rules in the registry. Check out this blog post for exactly how to do it.

If you want to avoid the whole of the standard library, just set the following rule:

10    std\:\:.*=NoStepInto

For Visual Studio 2005 you need to add the rule to the following key

HKLM\Software\Microsoft\VisualStudio\8.0\NativeDE\StepOver

这篇关于Visual Studio调试 - 我只是想通过我的程序!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆