如何在Visual Studio中进行调试 [英] How to debug in visual studio

查看:97
本文介绍了如何在Visual Studio中进行调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Visual Studio2005.我想调试,所以我想知道程序接下来要去哪里?.我知道有一个命令"stepin"会一直持续下去……很费时间.我希望每次按此程序时,都可以去下一堂课.那我该怎么办...

我的问题再次是我如何知道下一步的去向.还是下一个类,接下来我不希望它去使用每个类的每个方法.

I''m using visual studio 2005. i wanna debug so i want to know where the program goes next?. i know there is a command "stepin" which goes forever.... time consuming. i want the progrma to go to the next class every time i press. so How can i do that...

My question is again how do i know where the progrma next goes. or whcih class it next goes i dont want it to go every single method of evry class.

推荐答案

最好的方法是,在
Best way is, search on here.

This is a very basic question and you need to learn more in Visual Studio.

Thanks
Rushi


如何阅读手册 [ ^ ]?
设置(有条件的)断点,插入或遍历代码,请使用调试器类 [^ ]. .
除此之外,您的问题对我来说还不清楚...
How about reading the manual[^]?
Set (conditional) breakpoints, step in or over code, use the Debugger Class[^]...
Other than that your question is a bit unclear to me...


在您希望应用程序停止的位置放置断点.然后,当您进行调试时,它只会在这些位置停止,您可以按F5键从一个位置移到另一个位置.
Place breakpoints where you do want the application to stop at. Then when you debug it will only stop at those locations and you can move on from one to the other by pressing F5.


这篇关于如何在Visual Studio中进行调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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