Commit aed02637 authored by Marc Abramowitz's avatar Marc Abramowitz

Cython/Debugger/Cygdb.py: Source .cygdbinit file

parent 0b958625
...@@ -56,6 +56,8 @@ def make_command_file(path_to_debug_info, prefix_code='', no_import=False): ...@@ -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 ' 'Python was not compiled with debug symbols (or it was '
'stripped). Some functionality may not work (properly).\\n') 'stripped). Some functionality may not work (properly).\\n')
end end
source .cygdbinit
''')) '''))
f.close() f.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment