6 Commits (74584ef078e9e112aaf0aca9b43cbb46442ed75b)

Author SHA1 Message Date
mkonicek 74584ef078 Object graph - better formating of type names. 15 years ago
Daniel Grunwald 6dfa03cd02 Add maxLength parameter to Value.AsString() method. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
David Srbecký 602dc8c4dc "null" value survives Continue 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 17 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 17 years ago
David Srbecký b2c463cd26 Resolve TypeReference to DebugType and vice versa. Genetic types, nested types, arrays and pointers are supported. 17 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 17 years ago
David Srbecký 63980d42de Updating Debugger.Addin. 17 years ago
David Srbecký bee95cb2a3 Updating Debugger.Addin to the new metadata API (the whole solution compiles again) 17 years ago
David Srbecký f800c21074 Using BindingFlags from System.Reflection 17 years ago
Martin Koníček e56d8c0501 Grid visualizer uses DebuggerHelpers.CreateDebugListExpression to fill a List by IEnumerable inside the debuggee and then display the List. 17 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 17 years ago
Martin Koníček 793d82a9df Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David. 17 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 17 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 17 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 17 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 17 years ago
Martin Koníček dcee305a84 - auto size Name column in node 17 years ago
Martin Koníček 65afc732e5 - Refactored ObjectGraphNode - using tree-structured content (like in Debugger.AddIn.TreeModel) instead of flat list of properties. 17 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 17 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 17 years ago