I am new to java.
I need something like debug_print_backtrace in java.
I want to print the current stack trace in stdout or in intellij log log window for debugging.
I used debug_print_backtrace in php to find stack information at runtime for debugging.
source
share