Skip to content

Releases: MichaelKoster70/RemoteDebuggerLaunchExtension

v0.12.1

15 Sep 18:40
f6e7f9d

Choose a tag to compare

0.12.1

Bugfix release

Features

  • None

Bug Fixes

  • Fixed a bug failing to load SSH private keys in some cases.

v0.12.0

18 Feb 22:25
306cf22

Choose a tag to compare

0.12.0

Add support for .NET 8

Features

  • Added support for .NET 8

Bug Fixes

  • none

v0.11.1

07 May 20:59
e12b785

Choose a tag to compare

0.11.1

fixes Visual Studio 17.4 prerequisite

Features

  • none

Bug Fixes

  • fixed VS prerequisites

v0.11.0

01 May 19:35
15c3950

Choose a tag to compare

Overview

Feature release to support HHTPS certificate setup.

Features

  • upgraded to support Visual Studio 17.4 or newer.
  • Added a command to setup HTTPS dev certificates.

Bug Fixes

  • none

v0.10.0

16 Apr 15:43
61abc11

Choose a tag to compare

Overview

New features and bugfix release increasing stability.

Features

  • check if cURL is installed when installing .NET or vsdbg
  • fix analyzer warnings
  • added message how to add .NET to search path
  • added support to publish app as self contained apps
  • added support for debugging self contained apps

Bug Fixes

  • fixed caption for error messages

v0.9.0

02 Apr 09:26

Choose a tag to compare

Initial Release

Initial release supporting Visual Studio 2022 17.2 or newer.

Features

  • SSH authentication using private keys.
  • Debug .NET framework dependant application.
  • Deploy the project output folder via SCP to the target device.
  • Publish (running dotnet publish) before deploying the application.
  • Install vsdbg automatically (configurable).
  • Install .NET on the target device.
  • Supporting command to setup SSH authentication.

Bug Fixes

  • none