22 Commits (9af4cba4f7bc4883f82c5d2bb1d99240f017cab6)

Author SHA1 Message Date
Siegfried Pammer 0c7ba630e4 fix #498: Additional problems in DebuggerDotCompletion 11 years ago
Siegfried Pammer 848e25724f fix Exception on DotCompletion after first dot in ConsolePad 11 years ago
Siegfried Pammer 13471bd4a9 add new breakpoint options popup 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Siegfried Pammer a1e199e12f add DebuggerDotCompletion to ConsolePad 12 years ago
Daniel Grunwald 3403679f6b Relicense the BSD code in the debugger to MIT as well. 12 years ago
Siegfried Pammer 5ad61b926a allow assignment in debugger console pad 12 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 13 years ago
Siegfried Pammer 4671ad9828 WIP 13 years ago
David Srbecký f0ab856167 Removed SelectedThread and SelectedStackFrame from the debugger core. The addin now has to track those. 13 years ago
David Srbecký 0d4cd64ae6 Removed several debugger events. Refactored event handling in the debugger addin. 14 years ago
Eusebiu Marcu 509f3184d8 Support navigating to decompiled code from CallStackPad and RunningThreadsPad. 14 years ago
Eusebiu Marcu 6701792f39 evaluate local variables (not only parameters) for decompiled code. 14 years ago
Eusebiu Marcu 4c83b381c9 fix evaluation in console pad; refactoring; 14 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Eusebiu Marcu f1980e289f WPF convert LoadedModules and RunningThreads pads 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Siegfried Pammer 4b0f67416e fixed console output 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký 9f743baba9 Do not use the Project and Src directories in debugger 16 years ago
David Srbecký 56671e4e8b Matching directory names and namespaces 16 years ago
Daniel Grunwald ee1198eb4c Update setup to include new AddIns (Data.AddIn, WPF Designer, C++ Binding) 16 years ago
Siegfried Pammer cd8c81ebd0 - removed language selection box from all console except debugger console 16 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
David Srbecký ed13621a90 Pretty print array content in debugger console 16 years ago
David Srbecký 8436503701 Started implementation of evaluation of InvocationExpression 17 years ago
David Srbecký 9218a36d0b The console is able to box values; 17 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 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
Daniel Grunwald c6c5cf6b4a Prevent user from deleting the console pad prompt. 17 years ago
David Srbecký 91d4a13837 Added an Console Pad in which debugging expressions can be evaluated 17 years ago