Print the stack frames of the current execution thread of the program.
puts caller
import "runtime/debug"
debug.PrintStack()
import GHC.Stack
msgStacktraced :: HasCallStack => String -> IO () msgStacktraced msg = putStrLn (msg ++ "\n" ++ prettyCallStack callStack)
console.trace()
import static java.lang.System.out; import static java.lang.Thread.currentThread;
for (var e : currentThread().getStackTrace()) out.println(e);
dump_stack(stdout,0);
import Carp 'cluck';
cluck 'print this message and a full stack track';
import inspect
for frame in inspect.stack(): print(frame)
use backtrace::Backtrace;
let bt = Backtrace::new(); println!("{:?}", bt);
No security, no password. Other people might choose the same nickname.