visualizer

DataTable visualizer disappeared from my Visual Studio

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...

What does the VisualStudio Dataset visualizer exclaimation mark mean?

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. ...

Do i need to dispose of this Image instance?

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...

Debugger Visualizer not working? Have i incorrectly registered it?

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 ...

How do I use the current sound out as an audio input in Quartz Composer?

If I want to build a spectrum visualizer of what's currently playing on my speakers (not the line in) what do I do? ...

Accessing the Body of a Function with Lua

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...

Why can I not see the VS 2005 dataset visualizer anymore?

I cannot see the magnifying glass next to my Dataset anymore. Is there a way to re-enable it? ...

Dataset visualizer does not appear - VS 2005

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...

Visual Studio visualizer similar to Mole

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 ...

.NET datarow visualizer?

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. ...

Debugger Visualizer for non-managed C++ code?

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++. ...

DataTable descendant with DebuggerDisplay attribute loses DebuggerVisualizer

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...

How to persist custom objects between calls to a Visual Studio debugger visualizer?

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...

Yacc Grammar Debuggers: Are there any? Are they any good/help?

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...

Useful Visualizers for Visual Studio

I recently found out about the Linq To Sql Visualizer for Visual Studio. Are there any other useful visualizers out there? ...

Visualize a Jena ontology model in Java

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. ...

JSON viewer for browsing APIs

Does anyone have any recommendations for applications or browser plugins that make browsing and visualizing JSON APIs easy. ...

cross-platform iTunes visualizer?

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...

Normalize FFT magnitude to imitate WMP

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...

Show Visualizers Error "could not load this custom viewer"

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...