除了创建/删除断点之外,Visual C# 2008 Express 没有为我提供任何断点选项
我不知道为什么会这样,但我得到的只是“创建断点”和“删除断点”。没有“击中时”或其他类似选项。
有什么想法吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Visual Studio Express 版本中不提供此功能。您可以在此处查看细节。
This functionality is not provided in the Express edition of Visual Studio. You can have a look here for details.
我不太确定 BP 信息存储在哪里,但这对我有用(C# 2010 Express):
注意:
I'm not quite sure where BP info is stored, but this did the trick for me (C# 2010 Express):
Notes: