How to use gdb for debugging? #407
-
Hi, I am new to UERANSIM, and I would like to use gdb for debugging. When I run gdb using the command: I have added the following line in the makefile and recompiled: But it still says "No symbol table added". Please guide me on how to use gdb with UERANSIM. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I figured it out. I understand there is a way to build UERANSIM in debug mode, and if we do that, this above change will not be required. But I could not find how to do so. |
Beta Was this translation helpful? Give feedback.
-
You can also build UERANSIM in debug mode. Please see our You can switch between debug and release modes by editing the makefile. |
Beta Was this translation helpful? Give feedback.
You can also build UERANSIM in debug mode. Please see our
makefile
. I commented out 2 lines for debug builds.You can switch between debug and release modes by editing the makefile.