debug_get_raw_backtrace


Description:


[ Version ( since = "3.30" ) ]
public StringBuilder? debug_get_raw_backtrace ()

Gets current raw backtrace leading to this function call.

This is quicker than debug_get_backtrace, because it doesn't demangle the backtrace. To demangle it (replace addresses with actual function calls and eventually line numbers, if available) call debug_demangle_backtrace.

Returns:

Current raw backtrace, or null, if cannot determine it.

Note: Getting backtraces only works if the library was configured with --enable-backtraces.

See also debug_get_backtrace


Namespace: Camel
Package: camel-1.2