mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
correct the text
This commit is contained in:
parent
121ebe312c
commit
1cdbf13814
|
@ -30,17 +30,17 @@ export function BacktracePage() {
|
||||||
</em>
|
</em>
|
||||||
</p>
|
</p>
|
||||||
<h2>For game developers</h2>
|
<h2>For game developers</h2>
|
||||||
<p>This page will eventually let you view backtraces in the browser.</p>
|
|
||||||
<p>
|
|
||||||
For now you can copy the backtrace code here and use it with{" "}
|
|
||||||
<code>agb-addr2line</code>.
|
|
||||||
</p>
|
|
||||||
<p>If you don't want players to be sent to this page, you can:</p>
|
<p>If you don't want players to be sent to this page, you can:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Configure the backtrace page to point to your own site</li>
|
<li>Configure the backtrace page to point to your own site</li>
|
||||||
<li>Configure the backtrace page to not point to a site at all</li>
|
<li>Configure the backtrace page to not point to a site at all</li>
|
||||||
<li>Not use the backtrace feature</li>
|
<li>Not use the backtrace feature</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
<Backtrace />
|
<Backtrace />
|
||||||
</ContentBlock>
|
</ContentBlock>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue