debuggervisualizer Questions
4
I am trying to style a piece of code that has the debugger keyword in it.
I am using the debugging window(IE, FF, Opera) to see CSS style effects but the debugger is stopping every time I refresh t...
Beebe asked 26/10, 2014 at 4:59
2
Solved
I have created a debugger visualizer in VS2008. There are two classes i've made, in the same .dll :-
BinaryDataDebuggerVisualizer
ImageDebuggerVisualizer
The image one works fine (eg. the mag...
Collaborationist asked 6/12, 2008 at 10:9
5
I updated to the latest version of Spyder (5.1.5) and my debugger hangs w/o response on the first line, no matter the code.
Here are the dependency versions:
Spyder 5.1.5
spyder-kernel 2.1.1
Pyth...
Buttocks asked 14/2, 2022 at 19:16
2
Solved
I've written a Visual Studio debugging visualizer which targets DateTime (repo). My issue is that the debugger side only passes the target value to the debuggee side if the target expression is of ...
Fredra asked 18/4, 2021 at 19:50
5
Solved
When debugging in Visual Studio 2010 and hovering over a variable name, I'm given the option to use 3 different built-in visualizers: Text, XML, & HTML.
Here is an example of what I'm referri...
Jamesy asked 26/7, 2011 at 20:55
2
Various online sources tell me I can find it @ %VSINSTALLDIR%\Xml\Schemas\natvis.xsd.
But I have not been able to find it in the said path. I have checked multiple VS2010 and VS2012 installations.
...
Freezedrying asked 22/2, 2013 at 11:56
1
Solved
Visual Studio 2017 is not detecting the visualizer I added to the Documents directory (C:\Users\USERNAME\Documents\Visual Studio 2017\Visualizers).
If I put it in C:\Program Files (x86)\Microsoft ...
Faroff asked 3/9, 2018 at 11:37
3
Solved
I'm trying to use new debug visualizers in my project, but something happened to Visual Studio and it does not pick up my natvis files anymore. I tried copying them to %USERPROFILE%\My Documents\Vi...
Peplum asked 23/7, 2013 at 13:29
2
Solved
In Visual Studio 2015 (and in some older versions) when debugging C# code it's possible to display the values of the string variables in various visualizers (Text, XML, HTML, JSON) via a drop-down ...
Byrnie asked 20/1, 2017 at 13:20
3
Solved
The Attribute [DebuggerDisplay] (Using DebuggerDisplayAttribute) allows to define the display in the Debugger of VS 2010/2008. By modifying AutoExp.cs/.dll, I can even override the display of syste...
Nordstrom asked 9/4, 2011 at 10:1
1
I have a System.Collections.Generic.Dictionary object in my code and am trying to view its contents while stopped at a breakpoint in the Visual Studio debugger. The Dictionary class in .NET of cour...
Berners asked 4/11, 2014 at 16:17
1
I have a class which extends Collection. It adds a few fields to maintain some state, then implements the Collection methods I want.
When debugging, IntelliJ shows instances of this class in the V...
Wickman asked 7/8, 2015 at 2:29
4
I wrote my own Debugger Visualizer.
It, and the attributes, are in their own assembly. There is no references or attributes in the assembly containing the class to be debugged - I want to make a d...
Triturable asked 13/8, 2010 at 15:23
3
Solved
Whenever I try to open the DataTable or DataSet Visualizer it crashes the IDE.
I tried the various command-line switches to reset everything, started in /SafeMode and undertook a repair of VS.
No...
Paranymph asked 29/7, 2015 at 9:26
2
Solved
The managed debugger in Visual Studio (I am using 11.0) displays string values containing double quotes and backslashes like this:
"{\"Text\":\"C:\\\\Temp\"}"
Occasionally I would like to displa...
Slipknot asked 12/9, 2013 at 8:34
3
Solved
I've successfully made several Visual Studio debugger visualizers, and they're working very well, except that on some objects I get a time out error when I try to deserialize the object with object...
Dayfly asked 24/4, 2009 at 19:57
3
Solved
We have a bug to fix, and like any good TDD practitioner, I want to write a failing test to represent the bug first. The bug is in a method that takes a rather complex type as input. The bug will o...
Gwendolin asked 17/11, 2010 at 20:55
2
Using Visual Studio 2010 with native C++. When editing autoexp.dat, is it possible to use the results of a method call in a debug visualizer preview?
For example, if my class is Person how can I d...
Islamism asked 7/6, 2011 at 21:56
2
Solved
TL;DR
Does anyone know how to write a Debug Visualizer for Visual Studio 2012, in C#, so I can visualize IEnumerable<string>, string[] or similar objects?
More Info
Visual Studio Debug Visu...
Toluca asked 28/8, 2012 at 13:47
1
Solved
When I use DebuggerVisualizer attribute as follows
c#
[assembly: DebuggerVisualizer(typeof(DataSetVisualizer), typeof(DataSetVisualizerSource), Target = typeof(DataTable), Description = "My Da...
Anselmi asked 20/9, 2013 at 8:23
3
I've been working on a debugger visualizer for Visual Studio for some time and while the actual visualizer works fine. The problem is that it always places itself at the top of the visualizer list ...
Vastah asked 27/8, 2013 at 7:50
3
Solved
This question is closely related to a subsequently asked question here.
The method of defining in-class constants is described here by Stroustrup.
When I follow Stroustrup's method I see the exp...
Overlay asked 3/5, 2013 at 18:59
2
Solved
I created form with grid to visualize any collection (ICollection, ICollection<T>) object.
After that I created debugger visualizer class (inherits from Microsoft.VisualStudio.DebuggerVisual...
Heiser asked 28/6, 2011 at 13:0
4
Solved
I'm considering using boost::ptr_container as a result of the responses from this question. My biggest problem with the library is that I cannot view the contents of the collection in the debugger,...
Obtrusive asked 25/12, 2010 at 23:20
0
I'd like to be able to speed up my debugging by being able to view nicely-formatted XML in the VS2010 watch window, as opposed to having everything on a single line. If I open the XML Visualizer, I...
Indicia asked 12/3, 2012 at 19:37
1 Next >
© 2022 - 2025 — McMap. All rights reserved.