Please note all session times are listed in the Eastern Time Zone (UTC -4) To view the schedule at your preferred time, please choose your location on the right-hand navigation panel under ’Timezone.’
Remote debugging can provide insight into the behaviour and interactions of complex applications running in remote machines/containers. This practice is supported for .NET Core applications via the Visual Studio Debugger (vsdbg), which the Paketo Buildpack for .NET Core can now optionally include in your application image via an environment variable passed at build time. The debugger can attach to a running .NET Core process and be bound to a client-side debugger via STDIN across a connection invoked via a transport program (e.g. ssh, docker exec or kubectl exec). Using Paketo Buildpacks with Omnisharp's C# extension for Visual Studio Code, .NET Core users can take advantage of a powerful workflow for accelerating iterative development.