Have split python_(remote_)debugger keybinds

python_debugger (shift+F1) will now always start pdb, and
python_remote_debugger will always start remote_pdb.
Since the new autoreload.py script doesn't break stdin like entr with
live-reload.sh did, we can now use pdb if the app is connected to a
terminal.
This commit is contained in:
miruka
2021-01-16 08:15:49 -04:00
parent e4959f503c
commit 0dadf7de97
3 changed files with 19 additions and 17 deletions

View File

@@ -39,6 +39,11 @@ Item {
onActivated: py.call("BRIDGE.pdb")
}
HShortcut {
sequences: window.settings.Keys.python_remote_debugger
onActivated: py.call("BRIDGE.pdb", [[], true])
}
HShortcut {
sequences: window.settings.Keys.zoom_in
onActivated: {