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() {

For game developers

-

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:

  1. Configure the backtrace page to point to your own site
  2. Configure the backtrace page to not point to a site at all
  3. Not use the backtrace feature
+

+ 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. +

);