Edoardo Fratarcangeli - Mirco Fabbri
_______________________________________________________________________________________________
C# Visual Studio Extension able to debug graphically geometrical it
C# Visual Studio Extension able to debug graphically geometrical items, such as object oriented boxes, points or 3D space objects. Those mysterious runtime and stack variables hiding in the shadows? Thanks to your breakpoint — they're busted. Nothing escapes your graphical debugger now!
Getting Started guide
Welcome to GraphicalDebugger Extension! This guide will help you get started quickly with the features and usage of the extension inside Visual Studio.
Installation
Download and install the .vsix file from the official VS store.
Launch Visual Studio (version 17.0 or later).
Verify the extension is installed by navigating to Extensions > Manage Extensions > Installed.
Features
Custom Tool Window: Provides a dockable window with a 3D space to debug variables and objects for enhanced productivity.
Menu Commands: Adds variables during debug or creates objects, even without any running instance.
Object Compatibility: Includes native OpenCascade object and WPF native too.
Using the Extension
Opening the Tool Window
Go to View > Other Windows > GraphicalDebugger.
The tool window will appear docked or floating depending on your preference.
Interact with the controls and features provided.
Exploring Commands
On the top left, there is a command board:
Variables: You can add variables, from everywhere inside your running application, when they have a value.
Objects: You can add, modify and delete your freestanding objects, such as points, planes or boxes.
Options: You can customise the behaviour of the extension.