We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9755745 commit 9ff642eCopy full SHA for 9ff642e
1 file changed
common/context_handler.py
@@ -489,8 +489,9 @@ def display_trace(self) -> None:
489
line += get_frame_arguments(
490
current_frame, frame_argument_name_color=TERM_COLORS[self.color_settings.frame_argument_name_color]
491
)
492
-
493
- output_line(line)
+ output_line(line)
+ else:
494
495
496
def load_disassembly_syntax(self, debugger: SBDebugger) -> None:
497
"""Load the disassembly flavour from LLDB into LLEF's state."""
0 commit comments