5020 Commits (bc817ae3e0264a4ba68433bc9b7f37879638f8ee)
 

Author SHA1 Message Date
Siegfried Pammer bc817ae3e0 added basic support for event data collected by Hook. 16 years ago
Siegfried Pammer d22bed612a started implementation of IL rewriting for event tracking 16 years ago
Siegfried Pammer b4a6fadb30 - added new Profiler.sln 16 years ago
Siegfried Pammer b4f76ca28e fixed BenchmarkRunner 16 years ago
Siegfried Pammer fd12d1777a fixed Benchmark 16 years ago
Siegfried Pammer fd15c48515 Added "comment region" for C++. 16 years ago
David Srbecký cef6655500 Request v4 debugger interface only for v4 applications 16 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 16 years ago
Daniel Grunwald 16bc1e5b15 Add reference to System.Xaml when upgrading WPF projects. 16 years ago
David Srbecký 3e08e3dee5 Fixed ResourceDictionary merging in DebuggerTooltipControl.xaml 16 years ago
David Srbecký f600f27a54 Fixed setup 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký bb4038ba4e Bumped debugger version to 4 16 years ago
David Srbecký 63ac1e1b04 Heuristic to show integers as hexadecimal 16 years ago
David Srbecký 4225594582 Use static typing of expression to get rid of some casts 16 years ago
David Srbecký eb99732ca1 Fixed tooltips for primitive values and arrays. Show "(empty)" placeholder for empty enumerations. 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ý e781c4af61 Show elements directly in List<T> tooltip 16 years ago
David Srbecký b138040f0e Minor tweaks 16 years ago
David Srbecký b4e733b738 Unary operators rewritten to match C# semantics. Added unit tests. 16 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 16 years ago
David Srbecký a0f5b4566d Unit tests for binary operations 16 years ago
David Srbecký e768b3e11e Binary operators rewritten to match C# semantics 16 years ago
David Srbecký aa57ee9b77 Guarantee type identity if names are equal 16 years ago
David Srbecký 84422d0715 String is not primitive type. 16 years ago
David Srbecký eed2a2f5ca Rewritten IL parsing code for detection of backing fields. Static backing fields are now supported as well. 16 years ago
David Srbecký f9aded7c29 Arrays support IList<T> and other interfaces. Added support for object creation. 16 years ago
David Srbecký e03edb5b97 Array creation tests. Array non-zero lowerbound test. Pointer dereference test. 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ý 529110b90b Removed Debugger.BooInterpreter (it is superseded by the console) 16 years ago
David Srbecký 8622af1620 Removed experimental remoting code 16 years ago
David Srbecký fedfd8bb05 Removed unused Cecil files from the debugger 16 years ago
David Srbecký 59e6a47778 Support for casting of primitive values. 16 years ago
David Srbecký b461c24712 Making ExpressionEvaluator statically typed 16 years ago
David Srbecký ff23ae1a78 Performance improvement for the type resolution 16 years ago
David Srbecký 4482b90ae4 Bugfixes in type resolution. Written unit tests for it. 16 years ago
David Srbecký b2c463cd26 Resolve TypeReference to DebugType and vice versa. Genetic types, nested types, arrays and pointers are supported. 16 years ago
David Srbecký a415edf7cd Do not include expression code in error messages. 16 years ago
David Srbecký 516a068bf4 Implicit argument conversion. 16 years ago
David Srbecký 945ae21a7b Support for simple overloading (only applicability is considered) 16 years ago
David Srbecký a7cfc8351c Load properties properly rather then using the "get_" "set_" heuristics 16 years ago
David Srbecký b890b1a6da Implemented support for literal fields. 16 years ago
David Srbecký 6792c7d505 Fixed some corner cases in string getting methods 16 years ago
David Srbecký 9a5571b59e Improving the metadata interop class 16 years ago
David Srbecký 91aace9c37 Finished DebugType.IsAssignableFrom 16 years ago
David Srbecký 8a4cf873a8 Replaced some uses of Marshal class with fixed() 16 years ago
David Srbecký 4c8be8219e Removed the Is<T>, As<T> and CastTo<T> helper methods 16 years ago
David Srbecký d9fc6ff4de Renamed the TestPrograms directory to just Tests 16 years ago