add additional information on using the debugger
authorGood Guy <good1.2guy@gmail.com>
Sun, 28 May 2023 16:21:30 +0000 (10:21 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sun, 28 May 2023 16:21:30 +0000 (10:21 -0600)
parts/Installation.tex

index d7fece72b92589a7e627c8ece60818af9bc52028..708409e262ff4bd6ef9040d1f21e5e547b7aa5fc 100644 (file)
@@ -718,6 +718,10 @@ cd cinelerra
 gdb ./ci
 \end{lstlisting}
 
+When you get the gdb prompt, type the letter "r", for run, and the windows will come up.
+If there is a crash, the windows will freeze and typing "bt" for backtrace in the startup window
+after the gdb prompt, provides useful information.
+
 
 \subsection{Unbundled Builds}%
 \label{sub:unbundled_builds}