Rev 4581: NEWS and HACKING entries. in http://bazaar.launchpad.net/~jameinel/bzr/1.18-sigbreak

John Arbash Meinel john at arbash-meinel.com
Fri Jul 31 15:53:37 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-sigbreak

------------------------------------------------------------
revno: 4581
revision-id: john at arbash-meinel.com-20090731145210-mdb6gt75s1dqddx9
parent: john at arbash-meinel.com-20090731001311-lfuo1b3rgm26cpc8
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-sigbreak
timestamp: Fri 2009-07-31 09:52:10 -0500
message:
  NEWS and HACKING entries.
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-07-30 14:24:06 +0000
+++ b/NEWS	2009-07-31 14:52:10 +0000
@@ -113,6 +113,11 @@
   than VFS methods.  For example, pushes of small branches with tags take
   11 rather than 18 smart server requests.  (Andrew Bennetts, #398608)
 
+* Sending Ctrl-Break on Windows will now drop you into the debugger, in
+  the same way that sending Ctrl-\\ does on other platforms.
+  (John Arbash Meinel)
+
+
 Documentation
 *************
 

=== modified file 'doc/en/developer-guide/HACKING.txt'
--- a/doc/en/developer-guide/HACKING.txt	2009-06-15 07:22:34 +0000
+++ b/doc/en/developer-guide/HACKING.txt	2009-07-31 14:52:10 +0000
@@ -1167,10 +1167,12 @@
 then bzr will go into pdb post-mortem mode when an unhandled exception
 occurs.
 
-If you send a SIGQUIT signal to bzr, which can be done by pressing
-Ctrl-\\ on Unix, bzr will go into the debugger immediately.  You can
-continue execution by typing ``c``.  This can be disabled if necessary
-by setting the environment variable ``BZR_SIGQUIT_PDB=0``.
+If you send a SIGQUIT or SIGBREAK signal to bzr then it will drop into the
+debugger immediately. SIGQUIT can be generated by pressing Ctrl-\\ on
+Unix.  SIGBREAK is generated with Ctrl-Pause on Windows (some laptops have
+this as Fn-Pause).  You can continue execution by typing ``c``.  This can
+be disabled if necessary by setting the environment variable
+``BZR_SIGQUIT_PDB=0``.
 
 
 Debug Flags



More information about the bazaar-commits mailing list