Skip to content

Releases: SuessLabs/VsLinuxDebug

v2.3.0

Choose a tag to compare

@DamianSuess DamianSuess released this 02 Dec 11:20
6439a81

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@DamianSuess DamianSuess released this 08 Mar 14:31
c07733b

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@DamianSuess DamianSuess released this 03 Oct 20:42

This is an internal maintenance release

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@DamianSuess DamianSuess released this 05 Jul 20:26

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

Choose a tag to compare

@DamianSuess DamianSuess released this 05 Jul 19:24

Full Changelog: v2.0.2...v2.0.3

  • PR #59 - Add missing vsdbg executable name to launch.json, fixing #32 - Contributor @clahil-linum

v2.0.2

Choose a tag to compare

@DamianSuess DamianSuess released this 14 Feb 17:06

What's Changed

New Contributors

Full Changelog: v1.9.0...v2.0.2

v2.0.1-Prev1

v2.0.1-Prev1 Pre-release
Pre-release

Choose a tag to compare

@DamianSuess DamianSuess released this 12 Dec 16:31

Version 2.0.1 of VS Linux Debugger has been released as a "Preview".

With this release, users can update their Visual Studio 2022 (v17.x) and Visual Studio 2022 Preview (17.5.x). The regular release will be published as soon as hardening has been completed.

Feature Includes

  • Closes Discussion #51 - Install Pre-Release of VsLinuxDebug
  • Added: Option to set output window focus to Linux Debugger, default=false. (PR #46)
    • Tools > Options > Linux Debugger > "Switch to LinuxDbg Output on Build"
  • Added: Async BASH and SFTP operations to not lock up Visual Studio (PR #40)
  • Added: "Experimental" tag to menu items for Alpha/Beta items. (PR# 41)
    • Build, Deploy, and Debug
    • Build, Deploy, and Launch - Temp disabled in Preview-1
  • Added: Deploy and Launch (ALPHA Feature) (PR #36)
  • Added: BashSudo (PR #36)
  • Update: Default VSDBG path to match Visual Studio 2022's deployed path (~/.vs-debugger/vs2022/). (PR #36, #47)
  • Update: Sample's NuGet package for Prism.Avalonia (#54)
  • Fixed: Typo, "Build was notsuccessful" (PR #43) User Contribution 🚀
  • Fixed: Auto-install cURL (PR #36)
  • Fixed: Reduced duplicate output messages (PR #40)
  • Removed: Publish (PR #36)
  • Removed: Redundant sample project

v1.9.0

Choose a tag to compare

@DamianSuess DamianSuess released this 04 May 19:21
ce507b6

What's New

  • Added: Embedded PLink for remote debugging
  • Added: More verbose output window logging

PRs:

v1.8.1

Choose a tag to compare

@DamianSuess DamianSuess released this 02 May 22:51
91740b3

1.8.1

Enhancement includes:

  • Fixed: Remote folder pre-cleanup.
  • Added: Upload files async to reduce locking of Visual Studio
  • Added: Removal of launch.json if it previously existed
  • Added: More output logging.
  • Update: Enhanced Output
  • Updated: Output Window drop-down title to "Linux Debugger" from "Remote Debugger"

1.8.0

  • Added: Logging to Output window under "Remote Debugging" dropdown
  • Update: Do not include launch.json in the uploaded .tar.gz package
  • Update: Readme notes
  • Update: Code cleanup

v1.7.0

Choose a tag to compare

@DamianSuess DamianSuess released this 02 May 20:54
cde5c98
  • Fixed: Remote debugging for PLink
  • Fixed: VSDBG default path
  • Update: DeleteLaunchJsonAfterBuild set to false by default
  • Update: Separated LaunchJson class into separate objects
  • Updated: SSH parameters to include -o (option) for StrictHostKeyChecking = NO.
  • Added: Additional internal logging
  • Added: documentation to Launch and Configure classes