Cython/Debugger/Cygdb.py: Source .cygdbinit file
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 13 Oct 2013 10:40:16 +0000 (03:40 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 13 Oct 2013 10:40:16 +0000 (03:40 -0700)
Cython/Debugger/Cygdb.py

index 54577eb..0829f8f 100644 (file)
@@ -56,6 +56,8 @@ def make_command_file(path_to_debug_info, prefix_code='', no_import=False):
                     'Python was not compiled with debug symbols (or it was '
                     'stripped). Some functionality may not work (properly).\\n')
             end
+
+            source .cygdbinit
         '''))
 
     f.close()