I was wondering if there is a way to associate:
n RET(next)p RET(previous)c RET(continue)C-x SPC RET (set/clear breakpoint)
with function keys F1-F12 or other keyboard shortcuts. The idea is to emulate the keyboard shortcuts that other IDEs have for debugging (e.g. Visual Studio, MATLAB, etc.).
Is this already supported by python-mode? Are there any Emacs modes that can be used to complement python-mode for debugging purposes?