Debugging Python C extensions in Mavericks -
i've been writing c extensions python while, have been on other tasks past year or so. looks i'm going come soon, in meantime i've upgraded mac mavericks. , of course, suddenly, eek! gdb gone! , can't find startup file lldb (like existing gdb version in misc/gdbinit) knows how reach cpython interpreter , tell me objects. (or easy emacs-lldb integration had gdb.)
what's consensus on best way debug c extensions now? go build custom gdb? learn lldb , write own integration? use ide 'just does' this? stop trying on mac , in linux instead?
(just make things more fun, need in python 2.6 compatible our existing rhel installations... means need fix readline bug causes python 2.6 crash on mavericks -- , that's how discovered these issues. sigh.)
Comments
Post a Comment