diff --git a/source/development/how-tos/kernel_debugging.rst b/source/development/how-tos/kernel_debugging.rst index 0607a9ef..29ae4c76 100644 --- a/source/development/how-tos/kernel_debugging.rst +++ b/source/development/how-tos/kernel_debugging.rst @@ -98,7 +98,7 @@ Login to the test machine and force a debug session in gdb, using the following db> c (continue) -The go to the build machine, make sure gdb is installed (:code:`pkg install gdb`) and go to the directory where +Then go to the build machine, make sure gdb is installed (:code:`pkg install gdb`) and go to the directory where the debug symbols are and start a session, ask a backtrace :code:`bt` and continue normal operation :code:`c`: .. code-block: sh: