Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-22[Debugger] Tooltips should not be shown for conditional method invocationsJeffrey Stedfast
2020-01-06[Debugger] Added telemetry for stepping and Locals/Watch/CallStack/TooltipsJeffrey Stedfast
2019-11-21Merge pull request #9359 from mono/jstedfast-debugger-dont-evaluate-null-expr...Greg Munn
2019-11-20[Debugger] Don't evaluate null expressions in the tooltip logicJeffrey Stedfast
2019-11-16[Debugger] Don't allow selection of the pinned watch rowJeffrey Stedfast
2019-11-14[Debugger] Simplify PinnedWatchView, allow scrolling children via popoverSandy Armstrong
2019-11-13[Debugger] Fix tooltips in razor and other projection buffersSandy Armstrong
2019-11-12[Debugger] Remove debug codeGreg Munn
2019-11-11[Debugger] Base tooltip/adornment sizes on optimal width/heightsJeffrey Stedfast
2019-11-11[Debugger] Optimize OptimizeColumnWidths() by using cached valuesJeffrey Stedfast
2019-11-05[Debugger] Explicitly check cocoaView.VisualElement.Windows != nullJeffrey Stedfast
2019-10-22Don't check cancellationToken after all (it will always be canceled)Jeffrey Stedfast
2019-10-22[Debugger] Make sure tooltip request wasn't cancelled before showingJeffrey Stedfast
2019-10-11[Debugger] Implemented a Cocoa-based ObjectValueTreeViewJeffrey Stedfast
2019-09-23[Debugger] Trim out any prefix and postfix operators in tooltip expressionsJeffrey Stedfast
2019-09-20Fix Debugger QuickInfo(tooltip) in .cshtmlDavid Karlaš
2019-09-20Fix breakpoints inside .cshtml files.Kirill Osenkov
2019-07-12[Debbugger] code formatting fixupsJeffrey Stedfast
2019-07-09Merge branch 'master' into vsts-866545-objectvaluetreeviewJeffrey Stedfast
2019-06-18[Debugger] Port the DebugValueWindow over to the ObjectValueTreeViewControllerJeffrey Stedfast
2019-06-10Fix 842970: [Feedback] Editing tooltips are shown instead of debugging tooltipsDavid Karlaš
2019-05-10Fix 861086: [Feedback] Debug tooltip stays up even after debugger has closedDavid Karlaš
2019-04-10Fix 824169: Crash when mouse over a debugging tooltip I added this logic to c...David Karlaš
2019-03-15MD part of https://devdiv.visualstudio.com/DevDiv/_workitems/edit/802376David Karlaš
2019-03-05Fix 801811: Debugger: tries to evaluate a method instead of showing IntelliSe...David Karlaš
2019-02-15Improved a bit debug tooltip situation but still not perfect, since GTK/Cocoa...David Karlaš
2019-01-24Addressed PR commentsDavid Karlaš
2019-01-22Initial Debugger support in new editorDavid Karlaš