Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 552 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 552 Bytes

Debug Visual Studio Code

Plugin to Enable Debug for Visual Studio Code. For use need install the debugpy's module(pip3 install debugpy). ** The icon is owned by Microsoft.

Author

Luiz Motta

Changelog

  • 2022-07-14 Update to use debugpy instead of ptvsd (which is now depreced)
  • 2021-03-05 Fixed use the global variable in script
  • 2021-02-27 Added load and run scripts
  • 2020-03-23 Added localhost and port in message
  • 2019-02-21 Updated icon
  • 2018-12-06 Update metadata
  • 2018-10-29 Update metadata and icon
  • 2018-10-18 Initial plugin