Is there any library in C like python's inspect?
def myfunction():
import inspect
inspect.stack(): # this give you complete stack up to this function call
It's very useful to debug python program.
Actually I want to debug GTK Combobox widget, to understand complete flow I need complete function call stack.
So is there any similar library of Technic in C language like python inspect package?
No such portable library exists. There's a solution specific to GNU libc
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With