Skip to content

Commit f735b8b

Browse files
chore(.vscode,tools): 调整相关配置为 debug 配置
1 parent 10a4d24 commit f735b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kernel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ debug = true # Controls whether the compiler passes `-g`
141141

142142
# The release profile, used for `cargo build --release`
143143
[profile.release]
144-
debug = false
145-
# debug = true
144+
# debug = false
145+
debug = true

tools/run-qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ QEMU_SERIAL="-serial file:${QEMU_SERIAL_LOG_FILE}"
9898
QEMU_DRIVE="id=disk,file=${QEMU_DISK_IMAGE},if=none"
9999
QEMU_ACCELARATE=""
100100
QEMU_DEVICES=""
101-
# QEMU_ARGUMENT+=" -S "
101+
QEMU_ARGUMENT+=" -S "
102102

103103
if [ -f "${QEMU_EXT4_DISK_IMAGE}" ]; then
104104
QEMU_DRIVE+=" -drive id=ext4disk,file=${QEMU_EXT4_DISK_IMAGE},if=none,format=raw"

0 commit comments

Comments
 (0)