1948 Commits (e3f935c15e85b5ab8c813e88dfa4701c2198d144)

Author SHA1 Message Date
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 17 years ago
Martin Koníček 0c173cf688 Removed dependency on Value.ExpressionTree from Grid visualizer and WatchPad. 17 years ago
Martin Koníček 136e40f03d Removed dependency on Value.ExpressionTree from ObjectGraph visualizer. 17 years ago
Martin Koníček 44635cdcca ObjectGraphNode has also Expression apart from Value, so that using Value.ExpressionTree won't be needed. 17 years ago
Martin Koníček 136cbfc513 Removed Value.ExpressionTree dependency from WindowsDebugger.GetTooltipControl. 17 years ago
Daniel Grunwald bcdb9822f4 Upload the full stack trace (including inner exceptions) 17 years ago
Daniel Grunwald aac9d32ea2 Fixed exception when network connection is not available; use MTOM message encoding. 17 years ago
Daniel Grunwald 864ebd6793 Implemented upload of usage data. 17 years ago
Daniel Grunwald 144f957f92 Split UsageDataCollector into reusable assembly and AddIn. 17 years ago
Daniel Grunwald 5e94ab1f54 Delay writing feature uses to disk - don't wait for the hard-drive. 17 years ago
Siegfried Pammer 4d195d078b fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception 17 years ago
Daniel Grunwald 465a5f38e9 Fixed AvalonEdit bug when deleting text including a folded section. 17 years ago
Daniel Grunwald 41462b6dc8 Add documentation for UsageDataCollector. 17 years ago
Daniel Grunwald 37b6cda61f Prepared code to delete uploaded usage data (upload itself still not implemented). 17 years ago
Daniel Grunwald 43fe9dd08a Trying to fix the build (why is the XAML compiler so fragile?) 17 years ago
Daniel Grunwald 49178eb1e5 Worked on UsageDataCollector. 17 years ago
Daniel Grunwald 27fb3b652d Add 'UsageDataCollector' AddIn. 17 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 17 years ago
Daniel Grunwald ee1198eb4c Update setup to include new AddIns (Data.AddIn, WPF Designer, C++ Binding) 17 years ago
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