Is there any way to get backtrace on linux(linuxX6...
# kotlin-native
a
Is there any way to get backtrace on linux(linuxX64, linuxArm64....), wasm and mingw? For example, * Darwin
Copy code
NSThread.callStackSymbols
* JVM
Copy code
Thread.currentThread().stackTrace
n
The WASM Kotlin Native target has been deprecated ( https://kotlinlang.org/docs/roadmap.html ).
a
Thank you!