16 Commits (05288c1debc7180939dd4aab6f73c08a22c65d39)

Author SHA1 Message Date
Martin Konicek 05288c1deb Object graph visualizer - use Strings instead 13 years ago
Martin Konicek e858b57dd8 Object graph visualizer - temporarily disable 13 years ago
mkonicek 4a47709926 Don't evaluate expressions in the Object graph visualizer. 13 years ago
David Srbecký f0ab856167 Removed SelectedThread and SelectedStackFrame from the debugger core. The addin now has to track those. 14 years ago
mkonicek 09319462f2 Moved files into right folders. 15 years ago
mkonicek af0f9cbdd5 Fixed a bug in ObjectGraphBuilder caused by recently added "Properties first, then fields" sorting. 15 years ago
mkonicek b36e7335f6 - "Raw view" node in Object graph visualizer (commented out for now). 15 years ago
mkonicek ad68c69135 Object graph member icons. Object graph supports IEnumerable, and fixed a cast bug in IList. TODO release PermanentReferences for collections. 15 years ago
mkonicek 5f3c42bd2d Very simple implementation of remembering expanded nodes - just made ObjectGraphControl.Expanded static. It should be probably remembered separately per method (different variables in different methods have different meaning. Cleared on project close?). 15 years ago
mkonicek 1abd1f920e Tried member icons in object graph. Didn't look so useful, left it commented out for possible future use. 15 years ago
mkonicek 74584ef078 Object graph - better formating of type names. 15 years ago
mkonicek 1e30f4dd2a Object graph - added node headers with type name. 15 years ago
mkonicek f8adea054f Object graph - tweaked column sizing a bit. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
David Srbecký bee95cb2a3 Updating Debugger.Addin to the new metadata API (the whole solution compiles again) 16 years ago
David Srbecký f800c21074 Using BindingFlags from System.Reflection 16 years ago
Martin Koníček 136e40f03d Removed dependency on Value.ExpressionTree from ObjectGraph visualizer. 16 years ago
Martin Koníček 44635cdcca ObjectGraphNode has also Expression apart from Value, so that using Value.ExpressionTree won't be needed. 16 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 16 years ago
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 16 years ago
Martin Koníček f076e218ef Object graph visualizer: 16 years ago
David Srbecký 72357a0f1d Fixed build 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
Martin Koníček fc0b426391 - Object graph visualizer - implemented visualization of IList<T> nodes 16 years ago
Martin Koníček dcee305a84 - auto size Name column in node 16 years ago
Martin Koníček 28fc63226a - refactored ExpandedExpressions 16 years ago
Martin Koníček 64952cedfa - node content - added BaseClassNode, NonPublicMembersNode. 16 years ago
Martin Koníček a8dc573d80 - ObjectGraphBuilder builds content nodes for base class members. 16 years ago
Martin Koníček 84114e17f8 - lazy evaluation of node content 16 years ago
Martin Koníček 2f992ad798 - NestedNodeViewModel and PropertyNodeViewModel for displaying in PositionedGraphNodeControl 16 years ago
Martin Koníček 65afc732e5 - Refactored ObjectGraphNode - using tree-structured content (like in Debugger.AddIn.TreeModel) instead of flat list of properties. 16 years ago
Martin Koníček ce6c51af7d Commit of minor changes before big refactoring. 16 years ago
Martin Koníček 53c34b73ee - Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls 16 years ago
Martin Koníček 000009056b - added Grid visualizer window 16 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 16 years ago
Martin Koníček 7d12d7c92f Proper expanding of nodes. 16 years ago
Martin Koníček 814cce4b1c ObjectProperty.IsNull to distinguish properties that have null value from those that have value but haven't been expanded yet. 16 years ago
Martin Koníček bce5fe49da Object graph visualizer - user can expand/collapse nodes. 16 years ago
Martin Koníček 811e7c2f6a ObjecObject graph visualizer - refactored ObjectGraph - ordering of children, preparation for expanding nodes. 16 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 16 years ago
Martin Koníček 1056e610b2 ObjectGraphBuilder uses RuntimeHelpers.GetHashCode. 16 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 17 years ago