phil-opp / blog_os

Writing an OS in Rust
http://os.phil-opp.com
Apache License 2.0
15.58k stars 1.07k forks source link

GDB missing in edition 2 #1293

Open ayushbindlish opened 7 months ago

ayushbindlish commented 7 months ago

Hi Phil,

First of all, thank you for bestowing us all with such a wealth of knowledge.

My question here is that I see an additional GDB page in edition 1 whereas it seems to be missing in edition 2. Is debugging with GDB still valid and can it be replaced with LLDB?

Thanks