ipdb.set_trace() works fine, but when using pyflyby.breakpoint(), the uppercase letter N doesn't work correctly. Very strange! All other uppercase letters work, and all lowercase letters work. Uppercase N seems to behave like a tab-completion key, and TAB doesn't do anything.
Compare:
ipdb.set_trace() works fine, but when using pyflyby.breakpoint(), the uppercase letter N doesn't work correctly. Very strange! All other uppercase letters work, and all lowercase letters work. Uppercase N seems to behave like a tab-completion key, and TAB doesn't do anything.