You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| enable_darwin_heap_scan | Boolean | Enable/disable more accurate heap scanning for Darwin-based platforms. Uses the Darwin malloc introspection API, executing code in the address space of the target application using LLDB's evaluation engine. |
77
+
| max_trace_length | Int | Set the maximum length of the call stack backtrace to display |
78
+
| stack_view_size | Int | Set the number of entries in the stack read to display |
79
+
| max_disassembly_length | Int | Set the maximum number of instructions to disassemble and display around the current PC |
80
+
| go_support_level | String | Control Golang-specific analysis. `disable` / `auto` (default) / `force`. Go support in Windows binaries requires `force`. |
81
+
| go_confidence_threshold | String | Set the confidence threshold (`low` / `medium` / `high`) for Go objects to be shown in the context view. |
0 commit comments