poppastring / vssnapshotdebugger-docker

Contains files for building ASP.NET Core runtime Docker images with Visual Studio Snapshot Debugger support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Snapshot Debugger Docker Images

This repository contains Dockerfiles that demonstrate how to set up the Visual Studio Snapshot Debugger on Docker images.

What is the Visual Studio Snapshot Debugger?

The Visual Studio Snapshot Debugger is a feature of Visual Studio that allows you to take snapshots and to create log statements of in-production ASP.NET Azure applications without interupting them. Please see https://aka.ms/snappoint for more infomration regarding the Visual Studio Snapshot Debugger.

Dockerfiles

The Dockerfiles are organized according to the ASP.NET Core major and minor version, the OS platform, and the platform architecture. For example, the ASP.NET Core 2.2 Alpine 3.8 x64 Dockerfile is located at /2.2/alpine/amd64/Dockerfile. When built, this Dockerfile produces an image with Alpine 3.8 x64 as the base with ASP.NET Core 2.2 Runtime and the latest supported Snapshot Debugger backend package and vsdbg package.

The Dockerfiles do not take a dependency on the Docker build context, thus they can be built without specifying a build context when executing "docker build".

VsDbg Version Compatibility Table

Pseudo-Version Visual Studio Version
vs2017u5 2019

Latest Release

Version: 2.0.8

File Name Description
vssnapshotdebugger-2.0.8-linux-x64.tar.gz For glibc based OS - most common
vssnapshotdebugger-2.0.8-linux-musl-x64.tar.gz For musl based OS, such as Alpine Linux

Additional Information

  • See releases for information about any current or previous release.
  • See checksums for checksum information for individual files in each release.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Developing

  1. Clone this repository to your local machine.
  2. Run init.cmd or init.ps1, found in the root of the repository.

This initialization script installs local Git hooks to automatically run update scripts when commits are made, for example, the CHECKSUMS, README.md, and RELEASES.md files are updated automatically when a change is made to the releases.json file.

Issues

If you have any problems with or questions about this repository, please contact us through a GitHub issue.

Licenses

Usage of the Snapshot Debugger and Visual Studio Debugger distributable files and components are subject to the licensing and terms defined by Visual Studio.

About

Contains files for building ASP.NET Core runtime Docker images with Visual Studio Snapshot Debugger support.

License:MIT License


Languages

Language:PowerShell 65.3%Language:Dockerfile 33.1%Language:Shell 1.0%Language:Batchfile 0.6%