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:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user