mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:28:06 -05:00
Implement gdbstub
This commit is contained in:
@ -66,6 +66,11 @@ region_value =
|
||||
# A filter which removes logs below a certain logging level.
|
||||
# Examples: *:Debug Kernel.SVC:Trace Service.*:Critical
|
||||
log_filter = *:Info
|
||||
|
||||
[Debugging]
|
||||
# Port for listening to GDB connections.
|
||||
use_gdbstub=false
|
||||
gdbstub_port=24689
|
||||
)";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user