Allow debugging with KVM enabled

This commit is contained in:
Zhang Junyang
2024-07-26 19:07:41 +08:00
committed by Tate, Hongliang Tian
parent 42aac5ce8b
commit 91d524c19a
2 changed files with 4 additions and 15 deletions

View File

@ -93,3 +93,6 @@ Your previous launch configs will be restored after the server is down.
Press `F5`(Run and Debug) to start a debug session via VS Code.
Click `Continue`(or, press `F5`) at the fisrt break to resume the paused server instance,
then it will continue until reaching your first breakpoint.
Note that if debugging with KVM enabled, you must use hardware assisted breakpoints. See "hbreak" in
[the GDB manual](https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_28.html) for details.