Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cidre-public
Systemes d exploitation
xv6-riscv-tp
Commits
72b12070
Commit
72b12070
authored
Apr 28, 2021
by
Wilke Pierre
Browse files
debug and docker
parent
f686821a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.vscode/launch.json
0 → 100644
View file @
72b12070
//
{
//
//
Use
IntelliSense
to
learn
about
possible
attributes.
//
//
Hover
to
view
descriptions
of
existing
attributes.
//
//
For
more
information
,
visit:
https://go.microsoft.com/fwlink/?linkid=
830387
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Debug"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"${workspaceRoot}/kernel/kernel"
,
"cwd"
:
"${workspaceRoot}"
,
"miDebuggerPath"
:
"/usr/bin/gdb-multiarch"
,
"miDebuggerArgs"
:
"--cd=${workspaceRoot} -ex
\"
source .gdbinit
\"
"
,
"launchCompleteCommand"
:
"None"
,
"customLaunchSetupCommands"
:
[],
"MIMode"
:
"gdb"
,
"stopAtEntry"
:
true
,
"logging"
:
{
"engineLogging"
:
true
},
"setupCommands"
:
[
{
"description"
:
"Enable pretty-printing for gdb"
,
"text"
:
"-enable-pretty-printing"
,
"ignoreFailures"
:
true
}
]
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment