mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 19:04:39 +00:00
Updated Other features and notes (markdown)
parent
b2237c719c
commit
d86b67b986
@ -71,4 +71,8 @@ Exception handlers give invaluable information when debugging crashes (reads/wri
|
|||||||
|
|
||||||
Luma3DS handle CPU exceptions for itself, chainloaded arm9 payloads, and NATIVE_FIRM too. For NATIVE_FIRM, it handles `svcBreak` and kernel panics as well.
|
Luma3DS handle CPU exceptions for itself, chainloaded arm9 payloads, and NATIVE_FIRM too. For NATIVE_FIRM, it handles `svcBreak` and kernel panics as well.
|
||||||
|
|
||||||
To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/master/exceptions/exception_dump_parser.py).
|
To parse a crash dump produced by Luma3DS, you must:
|
||||||
|
|
||||||
|
* Clone Luma's git repository (or just download the `/exceptions/parser` directory)
|
||||||
|
* Navigate to this directory and run `python setup.py install`
|
||||||
|
* Run `luma3ds_exception_dump_parser yourfilehere.dmp` in a terminal window.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user