このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
修复调试环境
修复了在trap.c中设断点无效的问题; 修复了trap.c无法显示trap.h中的代码提示的问题。
main
os_lab_user
1年前
親
69e4f2d806
コミット
8b4ccf9bd1
2個のファイルの変更
、
16行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+15
-0
.vscode/c_cpp_properties.json
+1
-1
.vscode/launch.json
+ 15
- 0
.vscode/c_cpp_properties.json
ファイルの表示
@ -0,0 +1,15 @@
{
"configurations"
:
[
{
"name"
:
"Linux"
,
"includePath"
:
[
"${workspaceFolder}/**"
,
"${workspaceFolder}/labcodes_answer/**/"
]
,
"defines"
:
[
]
,
"compilerPath"
:
"/usr/bin/gcc"
,
"intelliSenseMode"
:
"linux-gcc-x64"
}
]
,
"version"
:
4
}
+ 1
- 1
.vscode/launch.json
ファイルの表示
@ -8,7 +8,7 @@
"name"
:
"(gdb) 启动"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"
obj/bootblock.o
"
,
"program"
:
"
bin/kernel
"
,
"args"
:
[
]
,
"stopAtEntry"
:
false
,
"cwd"
:
"${workspaceFolder}/labcodes_answer/lab1_result"
,
書き込み
プレビュー
読み込み中…
キャンセル
保存