Skip to content

v1.15.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@gregg-miskelly gregg-miskelly released this 26 Feb 20:59
e2a191f

Debugger

  • Adds support for Source Link, Symbol Servers and other more advanced symbol options (#373)
  • Adds launch.json option to suppress Just-In-Time compiler optimizations.
  • Due to the previous two items and work from the .NET Team, it is now possible to easily debug into ASP.NET itself in projects running against .NET Core 2.1 preview 1. Support for debugging into all the managed code in .NET Core will come in future .NET Core 2.1 builds. Instructions are in the wiki.