mirror of
https://github.com/gosticks/body-pose-animation.git
synced 2025-10-16 11:45:42 +00:00
update setup and add debugging
This commit is contained in:
parent
5674ec0f07
commit
a7c6633ea7
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ __pycache__/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
tmp
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
||||
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Debug Example",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "./example.py",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user