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
2018-01-12[DotNetCoreDebugger] Support AssemblyLoaded eventMatt Ward
2018-01-09[Debugger] Add support for .NET Core alternative source lookupDavid Karlaš
2017-09-14Bug 51136 - Breakpoint Action has no effectDavid Karlaš
2017-08-29Removed hack(PID 1) when starting debug process for VsTestDavid Karlaš
2017-07-19Unify all references to NewtonSoft.Json.dll to 10.0.3.Kirill Osenkov
2017-06-02Bumping VSCode debug protocol to latest version and some fixesDavid Karlaš
2017-05-09Merge pull request #2395 from mono/masterBug55875David Karlaš
2017-05-09Bug 55875 - Call Stack Disappears when a thread selection is made while debug...David Karlaš
2017-05-09Bug 55869 - Can not inspect variables in .Net core applicationsDavid Karlaš
2017-04-13[VSCodeDebugger] Fix NullReferenceException error after session was disposedDavid Karlaš
2017-04-03Bug 54317 - ASP.NET Core project - ASP.NET Core project - Start debugging and...David Karlaš
2017-03-07Merge vNext into roslyn-ivtDavid Karlaš
2017-03-06[VSCodeDebug] Added support for ‘runInTerminal’ and added Title support t...David Karlaš
2017-02-23[VSCodeDebugger] Fixed disabled breakpoints being hitDavid Karlaš
2017-01-31Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-27[Debugger] Added default Attach actionDavid Karlaš
2017-01-26Merge remote-tracking branch 'xamarin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-25Moved DotNetCore debugger to md-addinsDavid Karlaš
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
2017-01-14Add global props/targetsMikayla Hutchinson
2017-01-04Bug 51139 - The call stack window information incorrectlyDavid Karlaš
2016-12-15[DotNetCoreDebugger] Downgrading Json.net version to 8.0.1 to be compatible w...David Karlaš
2016-11-28Revert "[DebuggerUnitTests] Added .Net Core debugger unit tests, disabled for...David Karlaš
2016-11-25[DebuggerUnitTests] Added .Net Core debugger unit tests, disabled for now sin...David Karlaš
2016-11-22[CoreDebugger] Improved evaluating and editing of valuesDavid Karlaš
2016-11-15[CoreDebugger] Fixed some issues with ExceptionDialog and bumped protocol NuG...David Karlaš
2016-11-15[CoreDebugger] Use .EvaluateName instead of .Name since name includes useless...David Karlaš
2016-11-13[CoreDebugger] Added support for Attaching to running processDavid Karlaš
2016-11-10[CoreDebugger] Added stub for Attaching to processDavid Karlaš
2016-11-10[CoreDebugger] Avoid deadlocking when exception is hit/setting exceptionsDavid Karlaš
2016-11-10[CoreDebugger] Fixed Debugger.Break(); callDavid Karlaš
2016-11-10[DotNetCoreDebugger] Fixed changing breakpoints(condition) and removing last ...David Karlaš
2016-11-08[DotNetCoreDebugger] Fix GUI deadlock in downloadMikayla Hutchinson
2016-11-01[DotNetCore] Fix buildMatt Ward
2016-11-01[Debug] Switch to handle only DotNetCoreExecutionCommand by DotNetCoreDebugge...David Karlaš
2016-10-31Initial .Net Core debugging supportDavid Karlaš