How to handle the kernel debugger?

Forum thread started by Octopus on Tue, 2010-06-08 18:55

Suddenly that debugger started referring to a failed assertion in DoublyLinkedList.h:512

How can I leave that mode? And why is the keyboard layout there reverted back to a US keyboard layout?

Comments

Re: How to handle the kernel debugger?

your kernel got panic, but you can try continue (sometimes, it can help)

the help command display all the possible commands

see "Kernel Debugging Land - KDL" section in the page.
http://www.haiku-os.org/docs/welcome/de/bugreports.html

Re: How to handle the kernel debugger?

Thank you, I will remember this (I hope so) for to give it a try next time the kernel debugger will hit me.