Visualize String, StringBuilder, Image, and DataTable in debug mode.
Visualizer is a tool for .NET developers who use MS Visual Studio. In debug mode, it provides the ability to view and search objects of type String, StringBuilder, DataTable and Image, by clicking on the magnifying glass.
Install by copying all files in the zip to your user folder:
C:\Users\<username>\Documents\Visual Studio 2012\Visualizers\
...
- Easily debug array index errors (when writing past the end).
- Easily profile memory usage and track down memory hawks.
- Click-And-Goto-Source support for Visual Studio.
- Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free
NativeViewer is a Visual Studio extension for visualization of OpenCV images stored in the cv::Mat class. A thumbnail image is shown during the debug when a variable is hovered by mouse with CTRL key pressed down. NativeViewer also formats the string displayed in the "Watch" window to express valuable cv::Mat information.
The extension works only for native C++ code for both Win32 and x64 platforms. All Visual Studio .NET versions are supported. However, installation process differs for...
PHP Developer Studio helps developers to build Internet apps and Web pages by providing them with development, editing, and debugging tools for PHP. These tools include; Application wizards/templates, syntax highlighted editing tools, and database tools.