Commit f8971fc0 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #263 from msabramo/cygdb_source_cygdbinit

Cython/Debugger/Cygdb.py: Source .cygdbinit file
parents 8850a5da aed02637
......@@ -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()
......
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