7 Commits (4f22877fbf1f25c76b54b281fcfabfce3a4ca6cd)

Author SHA1 Message Date
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
David Srbecký 4bac8628c8 Fixed rude-abort of evals 16 years ago
David Srbecký b90c4ffe1b Use other thread for evaluation if the current one is not suitable 16 years ago
David Srbecký f54d17c787 Fixed "Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)" 16 years ago
David Srbecký 58b7e7476a Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 33a981042f Hopefully fixed the bug with invalid "__exception" 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 36a37b020a Apply thread-suspend rules for threads created during the stepping 16 years ago
David Srbecký 9da4702054 Suspend other threads during stepping 16 years ago
David Srbecký b138040f0e Minor tweaks 16 years ago
David Srbecký f9aded7c29 Arrays support IList<T> and other interfaces. Added support for object creation. 16 years ago
David Srbecký 097349d227 Support for array creation 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 516a068bf4 Implicit argument conversion. 16 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 16 years ago
David Srbecký 9686a82a01 Reimplemented COM object tracking. Fixed remaining compile errors. 16 years ago
David Srbecký 0bec899af9 Using methods instead of properties 16 years ago
David Srbecký 4e479b74e6 Moved the rest to the Debugger.Interop namespace. Renamed using statements. 16 years ago
David Srbecký af98db8e6d Merged interop files together 16 years ago
David Srbecký f36bc90ba1 Remove unused import statements 16 years ago
David Srbecký 07c2eef28b Moving some files around 16 years ago
David Srbecký 19decb3dc6 Improved type resolution by name 16 years ago
David Srbecký b78ca5f3bd Some ToStrings are more verbose. Removed some Ignore attributes. 16 years ago
David Srbecký 5b77ae5bd0 Expressions test merged into ExpressionEvaluator test; 16 years ago
David Srbecký 345570538f Polishing API and implemented more reflection methods 16 years ago
David Srbecký 11dfb6ffef Fixed remaining compile errors in Debugger.Core 16 years ago
David Srbecký e144544cd4 Fixing some syntax errors (still work in progress) 16 years ago
David Srbecký 498a8e0a70 Decoupled support for expressions from the debugger core 16 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. 16 years ago
Martin Koníček fc6637a32f Text visualizer has word wrap and copy to clipboard. 16 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 16 years ago
Martin Koníček 793d82a9df Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David. 16 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 16 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
David Srbecký 4dca3978ca Made the debugger is more aware of AppDomains. Most objects now know which appdomain they belong to. 16 years ago
David Srbecký 0e7636d384 Created EvalCollection class 16 years ago
David Srbecký c8215974ff Console: Pretty print ICollection 16 years ago
David Srbecký df042aa949 Console: Binary operations 16 years ago
Justin Dearing 91af16cfeb Fixed some comment typos. 17 years ago
David Srbecký a49fe97ea7 If parameter of a function is a value type unbox it. This does not always work, but it is a better guess. 17 years ago
David Srbecký 8436503701 Started implementation of evaluation of InvocationExpression 17 years ago
David Srbecký 97f4fbf9e2 SD2-1443 - Moving mouse over "ref" parameter after stack overflow causes exception 17 years ago
David Srbecký ee345d0825 Support creation of all primitive types 17 years ago
David Srbecký 78112c7a92 A few more checks that the process is alive before any callback is issued 17 years ago
David Srbecký 074deab11a Changing the API for Value and DebugType - removed a few Is* properties. 17 years ago
David Srbecký 72fa7ab914 Initial support for pointer types 17 years ago
David Srbecký cd3db50fd9 Support for trivial assignments 17 years ago
David Srbecký c6d12ccc2b Error messages in the debugger console are a little bit more useful now; 17 years ago
David Srbecký 8759a05e66 Yet again significantly rewriting process state control 17 years ago