除了创建/删除断点之外,Visual C# 2008 Express 没有为我提供任何断点选项

发布于 2024-10-17 05:46:29 字数 70 浏览 1 评论 0原文

我不知道为什么会这样,但我得到的只是“创建断点”和“删除断点”。没有“击中时”或其他类似选项。

有什么想法吗?

I'm not sure why this is, but all I get is a 'create breakpoint' and 'delete breakpoint'. There is no option for a 'when hit' or something else like that.

Any ideas why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心奴独伤 2024-10-24 05:46:29

Visual Studio Express 版本中不提供此功能。您可以在此处查看细节。

This functionality is not provided in the Express edition of Visual Studio. You can have a look here for details.

随风而去 2024-10-24 05:46:29

我不太确定 BP 信息存储在哪里,但这对我有用(C# 2010 Express):

  • 关闭 IDE
  • 删除 *.vshost.exe(请参阅 EXE/DLL 输出文件夹)
  • 删除 *.SUO 文件
  • 立即 重新打开 IDE 并再次加载项目。

注意:

  • *.vshost.exe 可能需要以硬方式终止,然后才能将其删除。
  • 删除 *.SUO 文件还会删除一些 IDE 项目组设置,例如打开的文件、项目树折叠等。

I'm not quite sure where BP info is stored, but this did the trick for me (C# 2010 Express):

  • close the IDE
  • delete the *.vshost.exe (see EXE/DLL output folder)
  • delete the *.SUO file
  • now re-open the IDE and load the project again.

Notes:

  • The *.vshost.exe might need to be terminated the hard way before you can delete it.
  • Deleting the *.SUO file also takes away some of the IDE project group settings, such as files opened, project tree folding, etc.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文