Remove sections from URLs

This commit is contained in:
Philipp Oppermann
2017-06-09 18:08:10 +02:00
parent e11d838189
commit c104445880
14 changed files with 14 additions and 14 deletions

View File

@@ -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.