简体   繁体   English

Visual Studio 调试器图形可视化器 C++

[英]visual studio debugger graphical visualizer c++

are there any good tutorials or training for writing custom visualizers with c# for debugging c++ code?是否有使用 C# 编写自定义可视化工具来调试 C++ 代码的好的教程或培训?

I found an example but the code does not work with visual studio 2015. Took some time trying to debug but I can't see the content of the variables representing the debugger information.我找到了一个示例,但代码不适用于 Visual Studio 2015。花了一些时间尝试调试,但我看不到代表调试器信息的变量的内容。

I do not mean debugger information formatting like natvis, I need a graphical output of the variable data like ArrayPlotter , but for my data structures and I don't like to write my array of structs to float arrays.我的意思不是像 natvis 这样的调试器信息格式,我需要像ArrayPlotter这样的变量数据的图形输出,但是对于我的数据结构,我不喜欢将结构数组写入浮点数组。

Have you seen Graphical Debugging extension?你见过图形调试扩展吗?

The code is open and available at GitHub so you can fork it and add support for any C++ types you like.该代码在 GitHub 上是开放和可用的因此您可以将其分叉并添加对您喜欢的任何 C++ 类型的支持。 If you only need to represent your structs as 2d points you do not even need to fork anything, just define point classes in XML file.如果您只需要将结构表示为 2d 点,您甚至不需要分叉任何东西,只需在 XML 文件中定义点类即可。 If you have any questions just create an issue at GitHub.如果您有任何问题,请在 GitHub 上创建一个问题。

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

相关问题 具有行号的C#Visual Studio DataTable调试器可视化工具 - C# Visual Studio DataTable Debugger Visualizer with Row Numbers Visual Studio自定义调试器可视化程序无法加载依赖项 - Visual Studio custom debugger visualizer cannot load dependency Visual Studio 2017中结构可视化工具的快捷方式(C#) - Shortcut for structure visualizer in Visual Studio 2017 (C#) 是否可以为 Visual Studio 2010 编写一个 Debugger Visualizer 来显示 64 位 .NET 程序? - Is it possible to write a Debugger Visualizer for Visual Studio 2010 to display 64-bit .NET programs? Visual Studio调试器如何确定可以使用Text / XML / HTML Visualizer查看哪些值? - How does the Visual Studio debugger decide which values can be viewed with the Text/XML/HTML Visualizer? 用于 IEnumerable 的 Visual Studio Visualizer<string> - Visual Studio Visualizer for IEnumerable<string> 在C#解决方案中时,Visual Studio 2008调试器错误地将C ++显示为语言 - Visual Studio 2008 Debugger incorrectly shows C++ as the language when in C# solution 用于C#的Visual Studio调试器的乘法问题 - Multiplication issue with Visual Studio debugger for C# Visual Studio 2015调试可视化工具更改 - Visual Studio 2015 debug visualizer changes 手动调用Visual Studio的可视化工具 - Invoking Visual Studio's visualizer manually
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM