428 Commits (cf80dece3053cc6657bec0e569bcca0649723d16)

Author SHA1 Message Date
akibayashi cf80dece30
Implement "VisitAssignment" method 7 years ago
Andreas Weizel a356868562 Fix #616: Accessing an object list in ConsolePad causes unhandled exception 12 years ago
Andreas Weizel a502cf0eaf Fix #613: NullReferenceException when I add `new DirectoryInfo(".")` to watches in debug. 12 years ago
Siegfried Pammer b30ac81066 working on #561: Add missing resource strings 12 years ago
Siegfried Pammer fcecfed28e fix forum: http://community.sharpdevelop.net/forums/t/21849.aspx - SD5.0 RC (4696) - once stepping means always stepping 12 years ago
Siegfried Pammer ed94285be8 fix #557: Exception type not visible in 'break on handled' checkbox if type name is too long 12 years ago
Siegfried Pammer 910cbf4148 fix bug in ExpressionEvaluationVisitor: comparison of two enum values was not possible 12 years ago
Siegfried Pammer 9499b7e161 implement lazy evaluation for IEnumerable<T> and lists in debugger. Makes possible to evaluate infinite iterators and really big lists faster. 12 years ago
Siegfried Pammer 02493cf401 fix #553: ExecutionEngineException or AccessViolationException (CLR 2.0) when debugging a program that uses System.Data.OleDb 12 years ago
Siegfried Pammer 22fe7c03a9 fix bug in "Pause on handled exception": Exception filter was not rebuilt after ignoring an exception from DebuggeeExceptionForm 12 years ago
Siegfried Pammer b6d3fd1e0f set the parent window as ChooseExceptionsDialog.Owner 12 years ago
Siegfried Pammer e97402bb4d fix #549: Breaking on all but one exception type does not work as expected 12 years ago
Siegfried Pammer 19c98eeb3a fix #548: 'Choose exceptiosn you want the debugger to break on' window does not have correct owner 12 years ago
Siegfried Pammer 0759063d55 add ChooseExceptionsDialog for PauseOnHandledException feature 12 years ago
Siegfried Pammer 1a4979491a rename StringListEditorXaml to StringListEditor 12 years ago
Siegfried Pammer 09e8eacea6 enhance bookmark tooltips: allow breakpoint tooltip to be displayed even if CurrentLineBookmark is on the same line. 12 years ago
Siegfried Pammer 466aa3a986 fix #371: No code completion in Razor .cshtml files 12 years ago
Siegfried Pammer 8063942775 close #296: ArgumentNullException when debugging and pdb points to missing file 12 years ago
Daniel Grunwald 9256ed4d39 Fix inverted condition. 12 years ago
Daniel Grunwald 3dbfb428bd Protect against resolve call on empty location. 12 years ago
Siegfried Pammer 0c7ba630e4 fix #498: Additional problems in DebuggerDotCompletion 12 years ago
Daniel Grunwald e5dfdae116 Fix ArgumentOutOfRangeException when double-clicking at text offset 0 in the DebuggeeExceptionForm. 12 years ago
Daniel Grunwald 929fc8e4f1 More high-DPI fixes. 12 years ago
Daniel Grunwald 1554b2d0c3 Fix creation of dummy file in debugger dot completion. 12 years ago
Daniel Grunwald 0e4c8b8177 Fix escaping of char literals in debugger output. 12 years ago
Daniel Grunwald b4543592d0 Fix #445: Debug console crash when evaluating some types of expressions in a generic context 12 years ago
Siegfried Pammer 7baff72007 fix #436 - Debugger always steps into external code 12 years ago
Siegfried Pammer 453480b4a3 Make debugger options accessible from other AddIns 12 years ago
Linquize 5fbea02fc8 Add icon for Debug -> Add watch expression 12 years ago
Linquize 6e4dee8572 Disable Debug -> Add watch expression if no text selected 12 years ago
Siegfried Pammer fac0dd9518 partly address #415: OutOfMemoryException after starting and stopping debug session on SD project several times; debugging sessions that are no longer running are now removed from the tree (again). 12 years ago
Siegfried Pammer 848e25724f fix Exception on DotCompletion after first dot in ConsolePad 12 years ago
Siegfried Pammer 3752197b37 fix #364: Stack Pad is horribly slow with "Show argument values" option active 12 years ago
Daniel Grunwald 6ebd1e6dca Don't use ModelCollectionTreeNode for class browser nodes that don't use a IModelCollection. 12 years ago
Siegfried Pammer f9ae991f90 fix #385 - DebuggerExceptions while stepping through code 12 years ago
Daniel Grunwald cf8f7e890a Fix ArgumentNullException due to null filename when stepping in debugger. 12 years ago
Daniel Grunwald eb8f07c5a5 Make some parameters optional in ParserService.ResolveSnippet(). 12 years ago
Daniel Grunwald 8ad7e39caa Move IViewContent interface to Workbench namespace. 12 years ago
Siegfried Pammer c90905cd55 fix #360: Current line highlighting always seen in preview of Highlighting Editor 12 years ago
Siegfried Pammer 468642d80f fix #363: Drag/Drop to watch pad removes selection from editor 12 years ago
Andreas Weizel 49c462f104 Fix #359: Exception when double-clicking on "[External methods]" in Callstack Pad 12 years ago
Siegfried Pammer b8cebbf45d fix #338: Pads on Auto-Hide Show Toolbars Either Cut-Off or Squished 12 years ago
Siegfried Pammer 4be2da1692 use GetValueException instead of others in ExpressionEvaluationVisitor 12 years ago
Siegfried Pammer 7627844e01 add special support for null values in ExpressionEvaluationVisitor 12 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
Siegfried Pammer 8052516145 add basic DebuggerDotCompletion implementation 12 years ago
Siegfried Pammer 4289c67d48 possible fix for problems mentioned in 3ba0ba57f8 12 years ago
Andreas Weizel 3ba0ba57f8 Using e.ResolveResult for debugger tooltips again. Using the debugger's compilation didn't work for method parameters. 12 years ago