Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / Python

Analyzing C/C++ matrix in the gdb debugger with Python and Numpy

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
16 Oct 2013CPOL5 min read 26.7K   256   8  
Using the gdb debugger's Python API to analyze and visualize C/C++ arrays in a debugging session.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
The author works in a manufacturing company specializing in machine learning algorithms development. At work, I use Python and Matlab for testing and developing algorithms and use C/C++ for product integration.

Comments and Discussions