GDB 7 and Python Tuesday, October 13, 2009

Python-GDB support is cool -- that is, Python scripting in GDB. Been playing with it over the last few days as I've needed to do some debugging and it's come in handy a few times. More documentation and examples would be good, but it appears to work very well.

I have to admit, when I first installed it, I couldn't find a single use for the Python extension. But a couple of days later, I was using it in earnest to solve real problems. Quite useful for just formatting output of complex data types, but the above links show it can do quite a bit more than that with some imagination...

0 comments: