494 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
David Srbecký 8c17586588 Friendlier error message in debugger console 15 years ago
David Srbecký fd1cb641c1 Still step over properties in form "return field;" even if the GetBackingField method fails. 15 years ago
David Srbecký 15a676dc13 Fixed DebugMethodInfo.GetBackingField for fields 15 years ago
David Srbecký da4232d08f Fixed Forum-31266: Intercepting FileIOPermission deny exception. 15 years ago
David Srbecký 497f51f040 Crash earlier when type is not found by name 15 years ago
David Srbecký 8381d4b90e Fixed problem with locking of assembly - the COM method GetReaderForFile was creating new object even though it returned error code 15 years ago
David Srbecký 1e98748afe Removed some COM objects which were marked as deprecated 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
David Srbecký 668e724440 Show more friendly error message when trying to debug 64-bit executable. 15 years ago
David Srbecký 57f7ca719a Fixed DebugType.GetInterfaces(). It did not return interfaces implemented by base classes. 15 years ago
David Srbecký 02962a3424 Tweaked ToString output of methods and properties in debugger tests 15 years ago
David Srbecký c6c11de54b Don't add interface methods to type - use only the defined ones 15 years ago
David Srbecký 63dc0ae3b5 Fixed DebugType.GetMember in case of explicit interface implementation and interface inheritance 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
David Srbecký b9f9defcb7 Ignore 0x80131C3B The application did not supply symbols when it loaded or created this module, or they are not yet available. 15 years ago
David Srbecký dea13e142d Rewritten filename -> symbol document resolution 15 years ago
David Srbecký 1ed9f6f251 Improved the filename -> symbol document resolution 15 years ago
David Srbecký 9f4495a21e Added unit test for dynamic code 15 years ago
David Srbecký 61d67819c3 In .NET 4.0, we use the LoadClass callback to load dynamic modules because it always works - UpdateModuleSymbols does not. 15 years ago
David Srbecký 6af3e43629 Support for new dynamic debugging features in .NET 4.0 15 years ago
David Srbecký 0765d6db38 Reset JMC after obtaining dynamic symbols update. Some extra log messages. (This still does not fix IronPython 4.0) 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald f9ed7c06df Remove all ctrl+alt+letter shortcuts. These conflict with text input methods on some keyboard layouts (e.g. Ctrl+Alt+Q='@' on German keyboard; Ctrl+Alt+B='{' on Slovenian, etc.). 15 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 15 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 15 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 15 years ago
Siegfried Pammer 8bbeaac8f9 improved display of strings and characters in debugger tooltips 16 years ago
Martin Koníček f5992fd774 Fixed build (forgot to remove post build event to xcopy Graphviz assemblies). 16 years ago
Martin Koníček 324cd7923b Object graph visualizer - replaced Graphviz's neato.exe by my custom spline routing. Removed all native Graphviz libraries. 16 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Siegfried Pammer 4b0f67416e fixed console output 16 years ago
David Srbecký eaf7f69589 Fixed SD2-1646 - "Run to cursor" is broken 16 years ago
David Srbecký 3222eb6970 Fixed SD2-1651 - Crash in debugger when showing value of variable with value string.Empty 16 years ago
Daniel Grunwald 007c2aa040 Remove unused neato plugins. Add neato to setup. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 3188b51637 Fixed unit tests. 16 years ago
Martin Koníček 88bf8d0085 Object graph visualizer shows values again - modified AtomicType.IsAtomic to work again after the reimplementation of Debugger.Core.DebugType (DebugType being derived from System.Type). 16 years ago
David Srbecký 7a5ed71060 Fixed casting bug 16 years ago
David Srbecký 0e3b031a71 Fixed conditional breakpoints for statements that do not return bool 16 years ago
David Srbecký d1cf2a993b "Index was outside the bounds of the array." for expressions like "abc"[-1] 16 years ago
David Srbecký 602dc8c4dc "null" value survives Continue 16 years ago
David Srbecký 85dc142e3b Fixed a bug that could cause the debugger to freeze. (ie. all debugee threads suspended) 16 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ý b766057c4d Fixed "0x80131C33: Interception of the current exception is not legal" 16 years ago
David Srbecký 7e778c84b7 Fixed "0x8013132E - This process has already been attached to" 16 years ago
David Srbecký f54d17c787 Fixed "Func eval cannot work. Bad starting point. (Exception from HRESULT: 0x80131313)" 16 years ago
David Srbecký 63612c3c6d Hopefully fixed "Process not synchronized." at ICorDebugThread.GetUserState 16 years ago
David Srbecký 0305697c99 Disable steppers before detach 16 years ago
David Srbecký df6dac537a General exception handler for CreateProcess 16 years ago