From 0f838673002a53e5b6e73dc1dd4dc81d682d3dcd Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Thu, 28 Mar 2024 11:25:45 +0100 Subject: [PATCH] Add gdb tui to list of debugger interfaces. --- talk/tools/debugging.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/talk/tools/debugging.tex b/talk/tools/debugging.tex index e68f3b15..84644c16 100644 --- a/talk/tools/debugging.tex +++ b/talk/tools/debugging.tex @@ -76,6 +76,7 @@ \item windows for variables, breakpoints, call stack, active threads, watch variables in-code, disassembly, run to cursor ... \end{itemize} \begin{description} + \item[Native gdb] Try ``tui enable'' for a simple built-in UI \item[\href{https://code.visualstudio.com/docs/cpp/cpp-debug}{\beamergotobutton{VSCode}}] Built-in support for gdb \item[\href{https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb}{\beamergotobutton{CodeLLDB}}]