projects
/
goodguy
/
cin-manual-latex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f73efb
)
add additional information on using the debugger
author
Good Guy
<
[email protected]
>
Sun, 28 May 2023 16:21:30 +0000
(10:21 -0600)
committer
Good Guy
<
[email protected]
>
Sun, 28 May 2023 16:21:30 +0000
(10:21 -0600)
parts/Installation.tex
patch
|
blob
|
history
diff --git
a/parts/Installation.tex
b/parts/Installation.tex
index d7fece72b92589a7e627c8ece60818af9bc52028..708409e262ff4bd6ef9040d1f21e5e547b7aa5fc 100644
(file)
--- a/
parts/Installation.tex
+++ b/
parts/Installation.tex
@@
-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}