##// END OF EJS Templates
remove python2 import statement
remove python2 import statement

File last commit:

r23005:bb0b1cfb
r23055:2fb521c3
Show More
unsmart-debugger.rst
3 lines | 237 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / unsmart-debugger.rst
Thomas Kluyver
Whatsnew entry for reverting smart debugger
r23005 - The 'smart command mode' added to the debugger in 5.0 was removed, as more
people preferred the previous behaviour. Therefore, debugger commands such as
``c`` will act as debugger commands even when ``c`` is defined as a variable.