graphical-debugging icon indicating copy to clipboard operation
graphical-debugging copied to clipboard

Graphical Debugging extension for Visual Studio

Results 32 graphical-debugging issues
Sort by recently updated
recently updated
newest added

Currently it's not possible to visualize the following: ``` struct MyPoint { int x; int y; }; typedef std::shared_ptr MyPointPtr; std::vector ptrs; ```

bug
enhancement

In the documentation I couldn't find any information on when the *.xml files with user-defined types are actually loaded. If I didn't oversee this it would be nice to have...

documentation

I don't know if you are planning a VS2022 support soon but here is a patch that worked for me on VS2022 [0001-may-work-with-vs2022.zip](https://github.com/awulkiew/graphical-debugging/files/8212742/0001-may-work-with-vs2022.zip) **This is NOT a patch for making...

enhancement

In order to support the creation of user defined type it would be helpful to get some debug output whenever loading or applying a custom style file was loaded. Otherwise...

enhancement

It would be nice to not only have the possibility to add one global style file in the settings per language but also to have a solution specific style file...

enhancement

Hi, I have this code: class GDBRLinea : public GDBR { ... } GDBR *pRecPs( new GDBRLinea(p0,p1) ); debug work *(GDBRLinea*)pRecPs debug not work *pRecPs how can I do?

enhancement

Area selection for plot zoom in Geometry Watch and Plot Watch is currently constrained to the window's aspect ratio. Would it be possible to add an option for free-area-selection (unconstrained)...

- Geodesic (1, 2) (G, S) - InfiniteLine (1, 2, 3, 4) (C) - Ray (1, 2, 3) (C) - RhumbLine (2) (G, S) - Segment (1) (C, G, S)...

enhancement

I have a user-defined point type "Point" and it's displayed fine. But a reference to Point is not displayed. E.g. Point p(100,100); // p is displayed OK Point& pr=p; //...

Add ability to define a user-defined container from another known container or user-defined geometry from another known geometry. Consider a wrapper class containing a container or geometry member or a...

enhancement