386
386
Unix. SIGBREAK is generated with Ctrl-Pause on Windows (some laptops have
387
387
this as Fn-Pause). You can continue execution by typing ``c``. This can
388
388
be disabled if necessary by setting the environment variable
391
391
All tests inheriting from bzrlib.tests.TestCase can use ``self.debug()``
392
392
instead of the longer ``import pdb; pdb.set_trace()``. The former also works