##// END OF EJS Templates
Add support for set_trace-like functionality, but with IPython's enhanced...
Add support for set_trace-like functionality, but with IPython's enhanced debugger.

File last commit:

r503:b114b8cd
r506:20e0542a
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor