3139 Commits (3c29d64ad488366dcc325f0f214c82d8dc9ad42b)
 

Author SHA1 Message Date
David Srbecký 3c29d64ad4 All methods without symbols are marked as non-user code 17 years ago
Daniel Grunwald cb0ac968c0 Fixed overwriting selected text by pasting. 17 years ago
Daniel Grunwald d2214c97ef Apply WPF_Designer_2008.07.09.patch by Ivan Shumilin. 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
Justin Dearing 02bbecf0b6 Key icon for snk file. 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
David Srbecký c6d12ccc2b Error messages in the debugger console are a little bit more useful now; 17 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 17 years ago
David Srbecký 8dfad3484c Sport for array indexers in the debugger tooltip 17 years ago
David Srbecký a4d47a8c69 Use Ast visitor to evaluate debugger tooltips 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 17 years ago
David Srbecký f21e918f6d Fix: "A reference value was found to be bad during dereferencing." 17 years ago
David Srbecký 1c894968d7 Accept new test output: Container changed from array to List<T> 17 years ago
David Srbecký 8b95a3cfb5 Moved some convenience methods from Expression.Create to MethodInfo 17 years ago
David Srbecký dd4cb95ad1 Detection of kernel debugger: Consider the /nodebug option and handle any missing slashes 17 years ago
David Srbecký dfa651c2a1 Use richer set of icons in the local variables pad 17 years ago
David Srbecký d17efd1045 Forgot to commit 2 files 17 years ago
David Srbecký 47221d89d5 Implemented Run to cursor command 17 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 17 years ago
Matt Ward 5b472f067f Can now attach the debugger to a process when there are no projects open in SharpDevelop. 17 years ago
Matt Ward 5869e66a6e Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 17 years ago
Matt Ward 4ad6fbf94f Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not. 17 years ago
Matt Ward 35b252484c After attaching to a process the stop menu will now show a dialog asking whether the process should be terminated or detached. 17 years ago
Daniel Grunwald db8ecab025 Fixed "go to definition" and "find references" for delegate invocations. 17 years ago
David Srbecký a29e114ca0 All properties called HasExited renamed to some more descriptive name. 17 years ago
Daniel Grunwald 33e5a858a2 Remove HostCallback.BeginAssemblyLoad. 17 years ago
David Srbecký 910bef1044 Fixed bug introduced in 3137: Breakpoint was disabled rather then just deactivated on detach. 17 years ago
David Srbecký 91762af494 Do some effort to locate the source code for a given symbol file 17 years ago
David Srbecký 66963f1025 Fix the IList extension in the case where integers are printed in hex 17 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 17 years ago
David Srbecký 6a371d89e2 Fix unit test: Just-My-Code and ObeyAttributes are enabled by default 17 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 17 years ago