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-03-23Fix 581070: [Feedback] setting breakpoint on non existing c# functions breaks...David Karlaš
2018-01-18Merge branch 'master' into quality-telemetry-phase2Matt Ward
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-06-02Bumping VSCode debug protocol to latest version and some fixesDavid Karlaš
2017-05-09Bug 55875 - Call Stack Disappears when a thread selection is made while debug...David 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-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-27[Debugger] Added default Attach actionDavid Karlaš
2017-01-25Moved DotNetCore debugger to md-addinsDavid Karlaš
2017-01-04Bug 51139 - The call stack window information incorrectlyDavid 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[Debug] Switch to handle only DotNetCoreExecutionCommand by DotNetCoreDebugge...David Karlaš
2016-10-31Initial .Net Core debugging supportDavid Karlaš