Skip to content

Releases: SuessLabs/VsLinuxDebug

v2.2.0

08 Mar 14:31
c07733b
Compare
Choose a tag to compare

What's Changed

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

v2.1.1

03 Oct 20:42
Compare
Choose a tag to compare

This is an internal maintenance release

What's Changed

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

v2.1.0

05 Jul 20:26
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.3

05 Jul 19:24
Compare
Choose a tag to compare

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

14 Feb 17:06
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.1-Prev1

12 Dec 16:31
Compare
Choose a tag to compare
v2.0.1-Prev1 Pre-release
Pre-release

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

04 May 19:21
ce507b6
Compare
Choose a tag to compare

What's New

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

PRs:

v1.8.1

02 May 22:51
91740b3
Compare
Choose a tag to compare

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

02 May 20:54
cde5c98
Compare
Choose a tag to compare
  • 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

v1.6.0

01 Apr 22:51
e74355d
Compare
Choose a tag to compare
  • PR #16
  • Added ability to use SSH KeyFile with or without a passphrase.
  • Added directions for creating and configuring local and remote devices
  • Added additional directions in the Docs folder