mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Remove sections from URLs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Set Up GDB"
|
||||
description = ""
|
||||
slug = "set-up-gdb"
|
||||
url = "set-up-gdb"
|
||||
+++
|
||||
|
||||
There are a lot of things that can go wrong when developing an OS. So it's a good idea to add a debugger to our toolset, which allows us to set breakpoints and examine variables. We will use [GDB](https://www.gnu.org/software/gdb/) as QEMU supports it out of the box.
|
||||
|
||||
Reference in New Issue
Block a user