VS 2010 调试 - 可视化工具在哪里

发布于 2024-10-23 19:00:01 字数 340 浏览 2 评论 0原文

在调试过程中,我试图查看 StringBuilder 的内容以便将其可视化。我使用大量 HTML 进行工作,我希望能够以 HTML 模式查看内容,就像在 VS 2008 中一样。

正如您在所附图片中看到的,在 2008 年,我可以非常轻松地在 中获得 html 模式我想要的调试器就行了。 在2010年,我必须调用ToString()方法才能获得相同的能力。

如何在2010年获得2008年的能力?

VS 2010 与 VS 2008 相比

谢谢。

During debugging I was trying to look at a StringBuilder's contents in order to visualize it. I work with a lot of HTML and I would like to be able to view the content in HTML mode like it was possible in VS 2008.

As you can see in the image attached, in 2008 I could very easily get the html mode right in the debugger on the line I wanted. In 2010, I have to call the ToString() method in order to get the same ability.

How can I get the abilities of 2008 back in 2010?

VS 2010 compared to VS 2008

Thank you.

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

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

发布评论

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

评论(3

栩栩如生 2024-10-30 19:00:01

我已经更新了 Seth Richards 的 VS2010 StringBuilder Visualizer 解决方案,以便呈现 StringBuilder 对象中可能存在的 HTML 内容。 您可以在此处下载解决方案 (重命名 .xls 扩展名到.zip)-和/或到这里获取更多信息,了解我对 Seth 的解决方案所做的更改。

注意:我所做的更新也不如默认调试器可视化工具那么广泛。然而,它至少会呈现您的 HTML,而不仅仅是显示原始字符串。

I've updated Seth Richards' VS2010 StringBuilder Visualizer solution so that HTML content that may exist in the StringBuilder object will be rendered. You can download the solution here (rename the .xls extension to .zip)- and/or go here for more information on what changes I made to Seth's solution.

Note: The update I made is not as extensive as the default debugger visualizer either. However it, at least, will render your HTML instead of just showing the raw string.

岁月苍老的讽刺 2024-10-30 19:00:01

SH Richards 为 StringBuilder 类型制作了一个自定义可视化工具。

我自己没有尝试过,所以我不能保证它是否有效。不过,您可以在此处下载他的 StringBuilderVisualizer 解决方案并自行测试。

如果您尝试一下,请与我们分享您的结果;)

S H Richards made a custom Visualizer for the StringBuilder type.

I haven't tried it myself, so I cannot vouch for whether or not it works. However, you can download his StringBuilderVisualizer Solution here and test it yourself.

If you try it out, please share your results with us ;)

标点 2024-10-30 19:00:01

sourceforge 上的 StringStringBuilderDataTable 对象的 .NET Visualizer:

https://sourceforge.net/projects/visualizer/

可视化工具对话框以非模式方式打开,允许编辑和重新编译代码,而无需关闭窗口。

StringBuilder 可视化工具

.NET Visualizer for String, StringBuilder and DataTable objects on sourceforge:

https://sourceforge.net/projects/visualizer/

The visualizer dialogs open non-modally, allowing the code to be edited and recompiled without having to close the windows.

StringBuilder Visualizer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文