diff --git a/website/agb/src/app/crash/backtrace.tsx b/website/agb/src/app/crash/backtrace.tsx index 80430ec7..2d0d8d3e 100644 --- a/website/agb/src/app/crash/backtrace.tsx +++ b/website/agb/src/app/crash/backtrace.tsx @@ -30,17 +30,17 @@ export function BacktracePage() {
This page will eventually let you view backtraces in the browser.
-
- For now you can copy the backtrace code here and use it with{" "}
- agb-addr2line
.
-
If you don't want players to be sent to this page, you can:
+ Here you can see the debug information contained in the crash log. Given + additional debug files it can present you with the corresponding + function names, file names, line numbers, and column numbers. +