1246 Commits (a8272b61ec04b75857f056a14c19721fc6d437fb)

Author SHA1 Message Date
Christian Hornung a8272b61ec Added unit tests for the ResourceToolkit. 17 years ago
Daniel Grunwald 2d9ae728ac Allow opening files/projects by drag+drop onto the start page. 17 years ago
Christian Hornung 8319e02771 ResourceToolkit: Fixed the BCL resource resolver. It now accepts any ResolveResult for the typeof(...) initializer, not only a TypeResolveResult which had been returned by NRefactoryResolver in earlier versions. 17 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 17 years ago
Justin Dearing 2a1ab5312c Fixed button position of DebugeeExceptionForm. The position of the splitter in DebugeeExceptionForm remains consistent between calls to it. 17 years ago
Daniel Grunwald f60de83676 r7000@daniel-notebook (orig r3258): daniel | 2008-07-30 16:20:03 +0200 17 years ago
Daniel Grunwald 4151c3e2d0 Remove files added by incorrect merge. 17 years ago
Daniel Grunwald a32c342c83 Trying to sync a local mirror repository with the SharpDevelop repository... 17 years ago
Daniel Grunwald c49f7e8045 Add option to build only projects that were modified inside SharpDevelop to improve compilation time. 17 years ago
Christian Hornung 70f9463da3 ResourceToolkit: The scope for the "Find missing resource keys" operation can now be selected from one of "whole solution", "current project", "current file" and "all open files". Added some debugging code. Converted project to .NET 3.5. 17 years ago
Justin Dearing 3da8d3a189 renamed a variable. 17 years ago
Christian Hornung 50a505b8c4 Added the Reflector AddIn. 17 years ago
Justin Dearing 08f28dd947 Saved window state in DebuggingOptions for the DebugeeExceptionForm and DebugeeExceptionForm. 17 years ago
Justin Dearing 5b9b7d207d Exceptions are now displayed with DebuggeeExceptionForm instead of DebuggerEvenrForm. DebugeeExceptionForm displays the exception in a TreeViewAdv. 17 years ago
David Srbecký 8652900dd2 Fixed build error 17 years ago
David Srbecký ee345d0825 Support creation of all primitive types 17 years ago
David Srbecký 9218a36d0b The console is able to box values; 17 years ago
David Srbecký 99bb0a198e Fixed breakpoints for whitespace lines 17 years ago
David Srbecký 572503b932 Better support of pointer values 17 years ago
David Srbecký bf9683cd0f Extend the lifetime of StackFrame 17 years ago
David Srbecký 4ae83b9c5c Grammar correction 17 years ago
David Srbecký ce0ef733f8 Print paused location for the Paused event; 17 years ago
David Srbecký 55e8e0bd7e Rewritten the stepping engine; 17 years ago
Justin Dearing 71bc1faf33 Added xmldocs and Description attributes to TreeViewAdv. 17 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 17 years ago
David Srbecký 07eb82d08e Improving performance of metadata enumerators 17 years ago
David Srbecký 78112c7a92 A few more checks that the process is alive before any callback is issued 17 years ago
David Srbecký 5278f2a2a3 Made the debugger console output a bit less verbose 17 years ago
David Srbecký 18ab7bbb3c Use the fallback method is evaluation of Exception.StackTrace fails. 17 years ago
David Srbecký 3c29d64ad4 All methods without symbols are marked as non-user code 17 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 17 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 17 years ago
David Srbecký 40696330b0 Extended testing of non user code stepping; 17 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 17 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 17 years ago
David Srbecký 98f6813a49 Debugging the failing test.. 17 years ago
David Srbecký dbe1eb1c3f Fixed "Value does not fall within the expected range." that occurred while getting base type for Object or Pointers 17 years ago
Daniel Grunwald c6c5cf6b4a Prevent user from deleting the console pad prompt. 17 years ago
David Srbecký b767600ba8 Forgot to deregister process start event 17 years ago
David Srbecký dfa2158fc4 Fixed Forum-7997: Error getting a name of a thread; 17 years ago
David Srbecký 403efef2ae Update string resources; 17 years ago
David Srbecký 5b8dec3cce Fixed Forum-7984: Handling of StackOverflow exception 17 years ago
David Srbecký f205eaa07b Pretty printing of unit tests: Collapsed Is* into one property. Inline enumerators. 17 years ago
David Srbecký 074deab11a Changing the API for Value and DebugType - removed a few Is* properties. 17 years ago
David Srbecký 72fa7ab914 Initial support for pointer types 17 years ago
David Srbecký cd1de9b0e0 Test for debug types 17 years ago
David Srbecký cd3db50fd9 Support for trivial assignments 17 years ago
Justin Dearing ea4459b6ce snk files now have an icon when displayed in the IDE. 17 years ago
David Srbecký 5972f6a9b9 CorValue and RawCorValue are not outputted in unit tests 17 years ago
David Srbecký bb7c8f88c0 Added a 'visualizer' that shows internal data about ICorDebugValue 17 years ago