1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Siegfried Pammer b6fcec94d0 added workaround to fix http://community.sharpdevelop.net/forums/p/10063/27905.aspx 17 years ago
Siegfried Pammer 7dc8e0b947 - fixed bug in OptionBinding 17 years ago
Martin Koníček 47f6467d39 Fixed minor bug in DebugType.CreateFromName. 17 years ago
Siegfried Pammer cd8c81ebd0 - removed language selection box from all console except debugger console 17 years ago
Daniel Grunwald c8dde3e1aa Fixed unit tests after x86 change. 17 years ago
Siegfried Pammer 9e12c504eb fixed some localization issues in Profiler options panels 17 years ago
Siegfried Pammer 75cec19ac1 - updated English translation 17 years ago
Siegfried Pammer eec0d0d072 Added missing resource strings for the profiler 17 years ago
Siegfried Pammer c7a37f8443 - Top 20 displays user code only 17 years ago
Siegfried Pammer 213808103c missed to commit some changes (never commit around 12 PM!) 17 years ago
Siegfried Pammer 566b84c281 Profiler: 17 years ago
Siegfried Pammer 9dbff240b9 Profiler: 17 years ago
David Srbecký 769ff4a479 Fixed bug in type resolution from name 17 years ago
David Srbecký e46df2b648 Unified and extended tests for testing metadata reading 17 years ago
David Srbecký e2cc44f997 Fixed debugger unit tests - there was a state that depended on the order the tests are run in 17 years ago
David Srbecký 9d5ae9f098 Removed some redundant debugger tests; Re-enabled some old tests 17 years ago
Siegfried Pammer 482e3c3640 Profiler: fixed "Find references" for methods without source code 17 years ago
Siegfried Pammer 3e95b10b69 implemented Find References for the profiler tree view 17 years ago
Siegfried Pammer 28804bf2ea Profiler: 17 years ago
David Srbecký b5952382f6 Renamed debugger tests. The tests now have a prefix specifying which class they test. 17 years ago
Daniel Grunwald 2f49e082e5 Improved automatic language switching of workbench elements. 17 years ago
Matt Ward 2c72d347f9 Code coverage results now read from new PartCover 2.3's new results file format. 17 years ago
David Srbecký 52ab5010c2 Support for 'this' in delegate-captured variables 17 years ago
Martin Koníček f5cb2b34ba Added Xml visualizer with highlighting using AvalonEdit, no indentation and folding yet. 17 years ago
David Srbecký 704a87db67 Support for variables captured by delegate 17 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 17 years ago
David Srbecký b9888b0418 Unit test for yield/delegate local variables 17 years ago
David Srbecký a63473d1da Fixed race condition that was causing unit tests to fail 17 years ago
David Srbecký 1f4dd33f53 More flexible API for local variables; 17 years ago
Martin Koníček 7a2a122631 Debugger tooltips for IEnumerable<T>. 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
Christian Hornung ce43d8fd7f ReflectorAddIn: Fixed finding nested classes and members thereof. 17 years ago
Daniel Grunwald 2d27ca98aa Fix build. 17 years ago
Siegfried Pammer 35d7d32d29 trying to fix build with x:Name instead of Name 17 years ago
Martin Koníček b781b6e676 Text visualizer has two separate buttons for Copy to clipboard and Close. 17 years ago
David Srbecký 9c38d149a0 Unit test for explicit method argument typing 17 years ago
David Srbecký d0cfba4f9e Value.Array* return 0/null instead of throwing exception for non-arrays 17 years ago
David Srbecký 8d63e4c377 Explicit names in tests 17 years ago
David Srbecký 23f007c2b7 Use explicit typing information during evaluation 17 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 17 years ago
David Srbecký 2372730244 Add explicit type informations to expressions 17 years ago
Martin Koníček fc6637a32f Text visualizer has word wrap and copy to clipboard. 17 years ago
Daniel Grunwald 5624365c38 Fix unit tests. 17 years ago
Daniel Grunwald 5a692a7100 Replace equals sign with space to match new PartCover command line syntax. 17 years ago
Martin Koníček 2b0b4a00fb Added Text visualizer. 17 years ago
Martin Koníček 52ab692214 Object graph visualizer shows fields. 17 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 17 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 17 years ago
David Srbecký 31b994266c Use WPF "DoEvents" 17 years ago
Martin Koníček 793d82a9df Fixed "Process is not paused" exception in DebuggerHelpers.InvokeDefaultGetHashCode - thanks to David. 17 years ago