5733 Commits (e7e141401bbcd8979027bd2ca983a3207c15f1ce)
 

Author SHA1 Message Date
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald 656cd6cb97 Draw vertical line in fold margin on whole pixels. 16 years ago
Daniel Grunwald ef0da64c45 Move bracket highlighting from CodeEditor to CodeEditorView. 16 years ago
Daniel Grunwald 05df040a28 Implemented CodeEditor.ActiveTextEditor. 16 years ago
Daniel Grunwald 748344d2a9 Remove PixelSnapper; use WPF layout rounding instead. 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Siegfried Pammer 7d4b8a4cb6 Added event and time markers to extended timeline 16 years ago
Siegfried Pammer 21ab4678c0 fixed some of the warnings in Hook 17 years ago
Siegfried Pammer 1771eb5595 - Added missing XML Doc. 17 years ago
Siegfried Pammer d4066cca92 - Fixed time line 17 years ago
Siegfried Pammer c83154893b added pmCharSetUnicode to the P/Invoke map parameters (fixes invalid string data in LogEvent calls) 17 years ago
Siegfried Pammer f9b122ae6b some work on the TimeLineControl (partly broken) 17 years ago
Siegfried Pammer bc817ae3e0 added basic support for event data collected by Hook. 17 years ago
Siegfried Pammer d22bed612a started implementation of IL rewriting for event tracking 17 years ago
Siegfried Pammer b4a6fadb30 - added new Profiler.sln 17 years ago
Siegfried Pammer b4f76ca28e fixed BenchmarkRunner 17 years ago
Siegfried Pammer fd12d1777a fixed Benchmark 17 years ago
Siegfried Pammer fd15c48515 Added "comment region" for C++. 17 years ago
David Srbecký cef6655500 Request v4 debugger interface only for v4 applications 17 years ago
Matt Ward 14c77d60ae Updated to IronPython 2.6 RC 2 17 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 17 years ago
Daniel Grunwald 16bc1e5b15 Add reference to System.Xaml when upgrading WPF projects. 17 years ago
David Srbecký 3e08e3dee5 Fixed ResourceDictionary merging in DebuggerTooltipControl.xaml 17 years ago
David Srbecký f600f27a54 Fixed setup 17 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 17 years ago
David Srbecký bb4038ba4e Bumped debugger version to 4 17 years ago
David Srbecký 63ac1e1b04 Heuristic to show integers as hexadecimal 17 years ago
David Srbecký 4225594582 Use static typing of expression to get rid of some casts 17 years ago
David Srbecký eb99732ca1 Fixed tooltips for primitive values and arrays. Show "(empty)" placeholder for empty enumerations. 17 years ago
David Srbecký 36a37b020a Apply thread-suspend rules for threads created during the stepping 17 years ago
David Srbecký 9da4702054 Suspend other threads during stepping 17 years ago
David Srbecký e781c4af61 Show elements directly in List<T> tooltip 17 years ago
David Srbecký b138040f0e Minor tweaks 17 years ago
David Srbecký b4e733b738 Unary operators rewritten to match C# semantics. Added unit tests. 17 years ago
David Srbecký 8ee08d6071 Removed the Debugger.Internal namespace 17 years ago
David Srbecký a0f5b4566d Unit tests for binary operations 17 years ago
David Srbecký e768b3e11e Binary operators rewritten to match C# semantics 17 years ago
David Srbecký aa57ee9b77 Guarantee type identity if names are equal 17 years ago
David Srbecký 84422d0715 String is not primitive type. 17 years ago
David Srbecký eed2a2f5ca Rewritten IL parsing code for detection of backing fields. Static backing fields are now supported as well. 17 years ago
David Srbecký f9aded7c29 Arrays support IList<T> and other interfaces. Added support for object creation. 17 years ago
David Srbecký e03edb5b97 Array creation tests. Array non-zero lowerbound test. Pointer dereference test. 17 years ago
David Srbecký 097349d227 Support for array creation 17 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 17 years ago
David Srbecký 529110b90b Removed Debugger.BooInterpreter (it is superseded by the console) 17 years ago
David Srbecký 8622af1620 Removed experimental remoting code 17 years ago
David Srbecký fedfd8bb05 Removed unused Cecil files from the debugger 17 years ago
David Srbecký 59e6a47778 Support for casting of primitive values. 17 years ago
David Srbecký b461c24712 Making ExpressionEvaluator statically typed 17 years ago
David Srbecký ff23ae1a78 Performance improvement for the type resolution 17 years ago