ivanbarsukov / debug_vs_plugin

Plugin to Enable Debug for Visual Studio( tested in Visual Studio Code)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Plugin to Enable Debug for Visual Studio( tested in Visual Studio Code)

License:GNU General Public License v2.0


Languages

Language:Python 94.2%Language:Shell 5.8%