简体   繁体   English

MS Visual C#2008 Express Edition中的断点问题

[英]Breakpoint problem in MS Visual C# 2008 Express Edition

Whenever I place a breakpoint somewhere in my C# code file and then debug the program, the application stops responding. 每当我在C#代码文件中的某个位置放置断点,然后调试程序时,应用程序就会停止响应。 Everything's fine without the breakpoint. 没有断点,一切都很好。 What gives? 是什么赋予了?

I am talking about VS. 我说的是VS。

Sounds like the breakpoint is doing what its supposed to do, pause your program at the point in the code. 听起来断点正在执行其应做的工作,在代码中的该点暂停程序。 If you press the play button, your application will resume until it hits the next breakpoint 如果您按下播放按钮,您的应用程序将继续运行,直到遇到下一个断点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MS Visual Studio C#2008 Express Edition中的单击一次部署问题 - Issue with click-once deployment in MS Visual Studio C# 2008 Express Edition 从XP切换到Windows 7后,Visual C#2008 Express Edition下的“添加引用”问题 - Problem with “add reference” under Visual C# 2008 Express Edition after switching from XP to Windows 7 Microsoft Visual C#Express Edition 2008问题 - Microsoft Visual C# Express Edition 2008 Question 如何在Microsoft Visual C#2008 Express Edition中更改语言设置 - How to change Language setting in Microsoft Visual C# 2008 Express Edition 在Visual C#2008 Express Edition中设置32位x86构建目标? - Setting 32-bit x86 build target in Visual C# 2008 Express Edition? 无法在Visual Studio 2008 C#Express Edition中将平台设置为x86 - Can't set platform to x86 in Visual Studio 2008 C# Express Edition 为什么Microsoft Visual C#2008 Express Edition调试器会随机退出? - Why does Microsoft Visual C# 2008 Express Edition debugger randomly exit? 可视C#速成版中的Rss Reader - Rss Reader in visual C# express edition 如何在Visual Studio C#2008 Express Edition中将C#文件与数据库一起发送到一个zip文件中? - How do I send a C# file in Visual Studio C# 2008 express edition along with the database in one zip file? Visual Studio 2008 和 Visual C# 2008 Express 兼容性 - Visual Studio 2008 and Visual C# 2008 Express compatibility
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM