feat: add config option to enable jit-in-time debugging
This option tells flow to start gdbserver and pause the process waiting for gdb to connect when a crash happens.
This commit is contained in:
parent
a0d0a8273c
commit
d9affca09b
2 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,8 @@ bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber
|
|||
show_scrollbars: bool = true,
|
||||
show_fileicons: bool = true,
|
||||
|
||||
start_debugger_on_crash: bool = false,
|
||||
|
||||
include_files: []const u8 = "",
|
||||
|
||||
pub const DigitStyle = enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue