Best practice to compile and debug iperf's code on Linux? #1721
Unanswered
alexisfrjp
asked this question in
Q&A
Replies: 1 comment
-
Hi, could you tell us a little more about how you're running iperf3 and what parameters you're using? Building a statically-linked executable might be your best option for using a debugger, but more information would be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the common way to compile for debugging iperf?
I compiled it with
-g
but iperf3 is just a script and running directly the binary under.src/.libs
always returnseven though there are parameters.
Haven't found anything in
docs/dev.rst
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions