English 中文(简体)
2010年视觉演播室 C++ CLR 偷窃 视窗: 如何超越价值部分?
原标题:Visual Studio 2010 C++ CLR Debugging Windows: How to override Value part?

I did a research on web and cannot find anything so maybe you know a way to solve my problem. I am using MS VS 2010, and I use VS C++ (only CLR).. Let s say I have a class smt like this:

class A
{
public:
int x;
float a;
char* str;
};

在提出我的申请时,我开放了“当地人窗口”,我看到我不同的名称、价值和类型。 我要对我的价值部分作一改动。 和 一、属人:

Name          Value                             Type
a             x: 4  a: 2.03f  str:  Hello!      A

我希望这是一个明确的例子。 我想凌驾于地方、汽车......窗口中。 这样做的任何方法?

Thanks...

最佳回答

如果该类别是管理阶层,那么你可以将其与DebuggerDisplayAttribute脱钩。 如果管理不健全,你似乎就是一个例子,那么,你需要编辑一个称为汽车的档案。 关于“MSDN”的一篇相当老的文章:here,我很久以前就这样做了,并铭记着这项工作是艰难的。 另外,在Connect上,在VS2010年C++/CLI项目上进行自动处理,尽管我已经尝试过。

问题回答

暂无回答




相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签