Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!

Idiom #253 Print stack trace

Print the stack frames of the current execution thread of the program.

import "runtime/debug"
debug.PrintStack()

Prints to standard error

New implementation...
< >
programming-idioms.org