A while ago I noticed I don't have a magnifying-glass next to my datatables. I used to have it, and somehow, sometime, it disappeared...
Has anyone seen this happen? Do you know how to help me view my datatables again?
Update: I'm still clueless about this. Could anyone point me in some direction, where should I even start looking for...
Some rows in the dataset visualizer have an exclamation mark for each column, other rows have the data as expected.
I have been unable to track down a description for the exclamation mark or indeed any symbol within the dataset visualizer.
...
Hi folks,
I'm making a simple Image Debugger Visualizer. Code is below. I'm not sure if i need to manually dispose of the Image instance? Because i'm making a windows Form window and the PictureBox inside that contains my dynamic image .. do i need to add some special code when the form is terminating, to dispose of this?
here's the...
Hi folks,
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 magnify glass appears in debug mode) but not for the byte[] one (BinaryDataDV). What my visualizer does is display the binary data as ...
If I want to build a spectrum visualizer of what's currently playing on my speakers (not the line in) what do I do?
...
I'm going back to the basics here but in Lua, you can define a table like so:
myTable = {}
myTable [1] = 12
Printing the table reference itself brings back a pointer to it. To access its elements you need to specify an index (i.e. exactly like you would an array)
print(myTable ) --prints pointer
print(myTable[1]) --prints 12
N...
I cannot see the magnifying glass next to my Dataset anymore. Is there a way to re-enable it?
...
I cannot see the magnifying glass when I hover my mouse over a DS.I have already tried all the steps in : http://stackoverflow.com/questions/239206/datatable-visualizer-disappeared-from-my-visual-studio/
and it seems I still do not see the visualizer in my VS2005!
ANY help would be appreciated with regards to uninstalling /reinstalling...
Hi All
Mole visualizer for WPF in Visual Studio is a great tool for debugging WPF apps. What I want to know is, is there a visualizer tool with Mole like functionality for general .Net debugging. I find the built in watch capabilities to be a little fidly.
Thanks
...
Are there any datarow visualizers which work in VS 2008? I have tried a couple (DotNetDan & Captator) and they both give cast exceptions. It seems these were developed for VS 2005.
I know I can put a datarow in a datatable and view it through a datatable visualizer but I don't want to write code every time I want to inspect one.
...
Hi -
Does anyone know of a C++ IDE or debugger that's supports debugger visualizers for unmanaged C++ code? The problem is that Visual Studio's debugger visaulizer supports only managed C++.
Thanks,
Olumide
PS: I'm still open to using VS if I can find a technique for making the visualizer work with unmanaged C++.
...
Hello,
I have a descendant of DataTable that has the DebuggerDisplay attribute defined. The default visualizer for DataTable is removed when I add the DebuggerDisplay attribute. If I remove the DebuggerDisplay attribute, the DataTable visualizer returns. I want the default DataTable visualizer and my override for DebuggerDisplay.
Do y...
I need to persist an object between calls to a debugger visualizer I'm writing, but it doesn't need to persist between IDE sessions. The EnvDTE.Globals object for the IDE seemed like an obvious place to store this object.
If the type of the object being stored is already loaded in the IDE, e.g. a list of integers, I can successfully s...
I've been helping augment a twenty-some year old proprietary language within my company. It is a large, Turing-complete language. Translating it to another grammar regime (such as Antlr) is not an option (I don't get to decide this).
For the most part, extending the grammar has gone smoothly. But every once in awhile I'll get a reduce-r...
I recently found out about the Linq To Sql Visualizer for Visual Studio. Are there any other useful visualizers out there?
...
Hi,
I would like to visualize an Ontology model created through Jena in Java. Is there an API which can help me out in this task ? Or at least a tutorial on the matter?
Thanks in advance.
...
Does anyone have any recommendations for applications or browser plugins that make browsing and visualizing JSON APIs easy.
...
I'd like to make a cross-platform iTunes visualizer (Mac + Windows). I've looked at:
Quartz Composer, which only runs on Mac OS, and appears to consist of dragging boxes around. I'd like to be able to actually program.
VizKit, which seems kind of heavy, and doesn't come with any easy-to-modify sample projects.
Can someone point me to...
So, I've been working on a little visualizer for sound files, just for fun. I basically wanted to imitate the "Scope" and "Ocean Mist" visualizers in Windows Media Player. Scope was easy enough, but I'm having problems with Ocean Mist. I'm pretty sure that it is some kind of frequency spectrum, but when I do an FFT on my waveform data, I...
When I try to inspect DataSet by standard DataSet visualizer I see this error "could not load this custom viewer".
I wrote simple dataset visualizer, but error throws anyway too.
On other computers with the same configuration visualizer show without any errors.
OS: Windows 7 x86 (Release)
VS: Visual Studio 2010 RC
has somebody any i...