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 (Collapse)Author
2020-01-15Updated reference to mono/debugger-libs@44a1515greg.munn
2020-01-09bumped debugger-libs for fixes to the stepping timersJeffrey Stedfast
2020-01-08[VsCodeDebugger] Use PresentationHint to get ObjectValueFlagsJeffrey Stedfast
2020-01-06[Debugger] Added telemetry for stepping and Locals/Watch/CallStack/TooltipsJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1010671/
2019-12-13Updated reference to mono/debugger-libs@281e01elluis
2019-11-22bumped debugger-libsJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1026410
2019-10-24[Debugger] When the user clicks the Refresh button, refresh the ObjectValueJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/999605/
2019-10-15bumped debugger-libs to fix watch expression namesJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/993192/
2019-09-10[Debugger] Added more logging and fixed NRE when loading scopes when local ↵Jeffrey Stedfast
pdb's not available
2019-09-02Bump debugger-libs for .NET Core debugger tests disablingRodrigo Moya
2019-08-09Bump debugger-libsLluis Sanchez
2019-08-09bumpnosami
2019-08-09Test fix attemptnosami
2019-08-06Bump debuggerlibs (master)Greg Munn
2019-08-02Bump debuggerlibsGreg Munn
2019-07-31Bump debuggerlibsGreg Munn
2019-07-31bump debugger-libs to pick up thread safe BreakpointStoreGreg Munn
2019-07-16[Debugger] Log telemetry for async ops that stall outJeffrey Stedfast
Needed for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/802365/
2019-07-08bumped debugger-libs for unit test fixesJeffrey Stedfast
2019-06-19Update debugger-libs to fix unit testsJeffrey Stedfast
2019-06-19[Debugger] Don't clear NonUserBreakpoints when clearing all breakpointsJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/916578
2019-06-06[Debugger] Improved source checksum logic for UNIX and DOS line endingsJeffrey Stedfast
Since it is possible that the assemblies being debugged could have been compiled on a different system (potentially with different line endings), compute hashes for the source code in 3 formats: 1. The source code file with line endings as-is 2. The source code file with DOS line endings 3. The source code file with UNIX line endings Note: sometimes source code may have mixed line endings, so it is important to calculate the source code as-is and not just canonicalized UNIX and DOS line endings. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/642329 Fixes issue #5260
2019-05-31Updated references to mono/debugger-libs, xamarin/md-addinsabock
2019-05-31Fix 895583: Breakpoints not visible after renaming fileDavid Karlaš
This is two part fix, part is in DebuggingService which is updating actual breakpoint to new file And other part is in new editor breakpoint integration which now doesn't use `readonly string file` but instead `textDocument.FilePath` which is mutable and updates when file is renamed and also listens for additional event.
2019-05-30bumped debugger-libs to fix vsts issue #901162Jeffrey Stedfast
2019-05-28Updated debugger-libs for fixes to the vscode debugger backendJeffrey Stedfast
2019-05-22bump debugger-libsJeffrey Stedfast
2019-05-20[VSCodeDebugProtocol] Fix up the values used when creating ObjectValues to ↵Jeffrey Stedfast
match Sdb/Cor backends
2019-05-20[Debugger] Refactored unit tests to better allow testing of the DotNetCore ↵Jeffrey Stedfast
debugger backend
2019-05-08bumped debugger-libsJeffrey Stedfast
2019-05-02[Debugger] Keep variable values synchronized across all debugger padsJeffrey Stedfast
When a user changes the value of a variable in 1 debugger pad (Immediate, Watch, or Locals), make sure the value change(s) are reflected in the other pads as well. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/806732/
2019-03-07Fixes crash when debugger session is disposednosami
Fixes VSTS #801713 It was noticed while looking at this stack trace that it was possible for protocolClient to be null when the session was disposed. ``` [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object at MonoDevelop.Debugger.VsCodeDebugProtocol.VSCodeDebuggerSession.UpdateBreakpoints () [0x00191] in /Users/vsts/agent/2.147.1/work/1/s/monodevelop/main/src/addins/MonoDevelop.Debugger.VSCodeDebugProtocol/MonoDevelop.Debugger.VsCodeDebugProtocol/VSCodeDebuggerSession.cs:388 at MonoDevelop.Debugger.VsCodeDebugProtocol.VSCodeDebuggerSession.OnUpdateBreakEvent (Mono.Debugging.Client.BreakEventInfo eventInfo) [0x0003d] in /Users/vsts/agent/2.147.1/work/1/s/monodevelop/main/src/addins/MonoDevelop.Debugger.VSCodeDebugProtocol/MonoDevelop.Debugger.VsCodeDebugProtocol/VSCodeDebuggerSession.cs:442 at Mono.Debugging.Client.DebuggerSession.UpdateBreakEvent (Mono.Debugging.Client.BreakEvent be) [0x00021] in /Users/vsts/agent/2.147.1/work/1/s/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs:687 at Mono.Debugging.Client.DebuggerSession+<>c__DisplayClass116_0.<OnBreakpointModified>b__0 () [0x0000d] in /Users/vsts/agent/2.147.1/work/1/s/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs:722 at Mono.Debugging.Client.DebuggerSession.<Dispatch>b__92_0 (System.Object <p0>) [0x00054] in /Users/vsts/agent/2.147.1/work/1/s/monodevelop/main/external/debugger-libs/Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs:300 ```
2019-02-05Bump debugger-libs (#145)Kirill Osenkov
2019-01-23Bump debugger libsnosami
2018-11-30Updated reference to mono/debugger-libs@6fdcde8lluis
2018-10-11Updated references to mono/debugger-libs, xamarin/md-addinslluis
2018-10-09Updated submodule referenceslluis
Updated references to mono/debugger-libs, mono/xwt, xamarin/md-addins Fixed target branch for xwt
2018-10-09Updated submodule referenceslluis
Updated reference to mono/debugger-libs@66fa04f Fixed target branch for debugger-libs
2018-10-03Bump debugger-libs (#6182)Alexander Köplinger
Brings in https://github.com/mono/debugger-libs/pull/196
2018-06-20Updated reference to mono/debugger-libs@4718645lluis
2018-06-19Updated references to mono/debugger-libs, xamarin/md-addinsmarius.ungureanu
2018-06-15Bump submodules for warning fixesMikayla Hutchinson
2018-06-14Updated references to mono/debugger-libs, mono/xwt, xamarin/md-addinskirillo
2018-06-01Updated reference to mono/debugger-libs@cd477balluis
2018-05-30Updated references to mono/debugger-libs, xamarin/md-addinslluis
2018-04-20Updated reference to mono/debugger-libs@b5190bcdavid.karlas
2018-03-23Updated reference to mono/debugger-libs@bd67c3alluis
2018-03-20Fix more relocation issues in debugger testsLluis Sanchez
2018-03-20Make debugger tests relocatableLluis Sanchez
2018-03-08Updated reference to mono/debugger-libs@cfb8328lluis