Debug with module instead of starting main.py
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -5,8 +5,7 @@
|
||||
"name": "Python Debugger: Start bot",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/discord_reminder_bot/main.py",
|
||||
"console": "integratedTerminal",
|
||||
"module": "discord_reminder_bot.main"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user