Avnu / OpenAvnu

OpenAvnu - an Avnu sponsored repository for Time Sensitive Network (TSN and AVB) technology
468 stars 289 forks source link

Debug Tool for OpenAvnu? #875

Closed nguyensp closed 5 years ago

nguyensp commented 5 years ago

Hello, I have recently managed to build the avtp_pipeline: https://github.com/AVnu/OpenAvnu/issues/869. At this point I would like to understand precisely how the source code is implemented. For some background, this is my first project using Ubuntu and have spent most of my previous time writing and debugging C++ code using Visual Studio. I am unfamiliar with similar tools in Ubuntu and am looking for a way to step through/trace the OpenAvnu stack. As far as I can tell, dmat has been able to use GDB to trace through various examples in https://github.com/AVnu/OpenAvnu/issues/395.

Is there documentation/instructions or a guide somewhere that could teach me how to do the same with GDB with this particular repo? Is there a readme on the trace files contained in the repo?

Any additional debugging info would be appreciated. The main thing I'm looking for is the ability to step through the source code and see what's going on.

Best, Paul