forked from lmotta/debug_vs_plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
41 lines (34 loc) · 1.07 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[general]
name:debugvs
description:Plugin to Enable Debug for Visual Studio
about:This plugin is for debugging in Visual Studio ( tested in Visual Studio Code).
For use, run this plugin and enable the Debug (Python:Attach) in Visual Studio.
Need install the debugpy's module(pip3 install debugpy).
* The icon author is Papirus Development Team.
author:Luiz Motta
email:[email protected]
version:0.8
qgisMinimumVersion:3.2
experimental:False
deprecated:False
icon:code.svg
tags:Visual Studio,debug, developers
#category:
homepage:https://github.com/lmotta/debug_vs_plugin/wiki
tracker:https://github.com/lmotta/debug_vs_plugin/issues
repository:https://github.com/lmotta/debug_vs_plugin
changelog: 0.7(2021-03-05)
Fixed use the global variable in script.
Thanks Reynaldo.
- 0.6(2021-02-27)
Added load and run scripts
- 0.5(2020-03-23)
Added localhost and port in message
- 0.4(2019-02-21)
Updated icon
- 0.3(2018-12-06)
Update metadata
- 0.2(2018-10-29)
Update metadata and icon
- 0.1:
Start Plugin for QGIS 3