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-07Fix the footer color of the exception caught dialogCody Russell
2020-01-06Merge pull request #9456 from mono/jstedfast-debugger-stepping-telemetryJeffrey Stedfast
2020-01-06[Debugger] Added telemetry for stepping and Locals/Watch/CallStack/TooltipsJeffrey Stedfast
2019-12-19Update Initializer.csKeting Yang
2019-12-19Fixes logic for changingFrameKeting Yang
2019-12-19Unblock breakpoints while debugging unit testsKeting Yang
2019-12-19[Unit Test] Show source code while debuggingKeting Yang
2019-12-03[Debugger] Use Stock.PinUp/PinDown/Empty constantsJeffrey Stedfast
2019-12-03[Debugger] Improved Refresh icon contrast/usabilityJeffrey Stedfast
2019-12-02[Debugger] Fixed HexEditor visualizer to not grab focus in weird waysJeffrey Stedfast
2019-12-02[Debugger] Always show Pin and Eyeball icons when a11y is in useJeffrey Stedfast
2019-11-28[Debugger] Add accessibility titles for buttons/images in cellsMatt Ward
2019-11-28[Debugger] Fix Voice Over accessibility in Exception Caught dialogMatt Ward
2019-11-28[Debugger] Remove expanders from Exception Caught dialogMatt Ward
2019-11-28[Debugger] Enable native tree view on Mac for Exception Caught dialogMatt Ward
2019-11-27Merge pull request #9166 from mono/jstedfast-debugger-expression-code-completionGreg Munn
2019-11-27[Debugger] Allow completions to be completed on tabGreg Munn
2019-11-26Merge pull request #9373 from mono/vsts-gm-1025766Greg Munn
2019-11-26Merge pull request #9355 from mono/jstedfast-debugger-load-children-increment...Greg Munn
2019-11-26Fix fontDavid KarlasĖŒ
2019-11-25[Debugger] Handle NRE when adding a watch when not debuggingGreg Munn
2019-11-22Merge pull request #9338 from mono/jstedfast-debugger-disable-content-menu-itemsGreg Munn
2019-11-21[Debugger] Improved code-completion handling for adding new watch expressionsJeffrey Stedfast
2019-11-21Debugger: prevent visible whitespace in name viewSandy Armstrong
2019-11-21[Debugger] Implemented code-completion for the new MacObjectValueTreeViewJeffrey Stedfast
2019-11-21[Debugger] Removed NSAnimationContext stuff that is no longer neededJeffrey Stedfast
2019-11-21Merge pull request #9359 from mono/jstedfast-debugger-dont-evaluate-null-expr...Greg Munn
2019-11-21Merge pull request #9342 from mono/jstedfast-debugger-pinnedwatch-selection-g...Jeffrey Stedfast
2019-11-20[Debugger] Don't evaluate null expressions in the tooltip logicJeffrey Stedfast
2019-11-20Merge pull request #9312 from mono/jstedfast-debugger-pin-icon-sel-stateJeffrey Stedfast
2019-11-20[Debugger] Incrementally load new children rather than remove-all and then lo...Jeffrey Stedfast
2019-11-16Debugger: Fix pinned watches in .razor/.cshtml filesSandy Armstrong
2019-11-16[Debugger] Don't allow selection of the pinned watch rowJeffrey Stedfast
2019-11-15Merge pull request #9335 from mono/jstedfast-debugger-remove-value-nre-fixLluis Sanchez
2019-11-15[Debugger] Fixed CanRename() logic for Locals/Watch context menu & allowed di...Jeffrey Stedfast
2019-11-15[Debugger] Don't allow deleting of non-Root nodesJeffrey Stedfast
2019-11-15[Debugger] Fixed an NRE exception in OVTVController.RemoveValue if node.Paren...Jeffrey Stedfast
2019-11-15[Debugger] Fixed calculation for NSTextField width as used by the treeview cellsJeffrey Stedfast
2019-11-14Merge pull request #9302 from mono/jstedfast-debugger-oncopy-exception-fixJeffrey Stedfast
2019-11-14[Debugger] Use ~sel versions of the pin icon in the MacObjectValueTreeView wh...Jeffrey Stedfast
2019-11-14Merge pull request #9284 from mono/pr-sandy-debugger-pinned-watch-redesign-ma...Sandy Armstrong
2019-11-14Merge pull request #9290 from mono/vsts-1004450Greg Munn
2019-11-14[Debugger] Catch EvaluatorExceptions in MacObjectValueTreeView.OnCopy()Jeffrey Stedfast
2019-11-14[Debugger] Add more Begin/End Updates around tree manipulationGreg Munn
2019-11-14[Debugger] Update pinned watches when variables changeGreg Munn
2019-11-14[Debugger] Simplify PinnedWatchView, allow scrolling children via popoverSandy Armstrong
2019-11-14[Debugger] Prevent NREs when allowPinning=falseSandy Armstrong
2019-11-14[Debugger] Improve Breakpoint dialog accessibilityVsevolod Kukol
2019-11-13[Debugger] Fix tooltips in razor and other projection buffersSandy Armstrong
2019-11-13Merge pull request #9270 from mono/jstedfast-debugger-optimize-tooltip-resizingGreg Munn