Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
15ae02bf
authored
Dec 12, 2017
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
c++ docker debug add gdbserver launch
parent
76853d8c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
.vscode/launch.json
.vscode/launch.json
View file @
15ae02bf
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"C++ Launch (GDBSERVER)"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"miDebuggerServerAddress"
:
"localhost:2000"
,
"preLaunchTask"
:
"start-gdbserver"
,
"miDebuggerPath"
:
"/usr/bin/gdb"
,
"targetArchitecture"
:
"x64"
,
"program"
:
"${workspaceRoot}/bin/test_Microservice"
,
"args"
:
[],
"stopAtEntry"
:
false
,
"cwd"
:
"${workspaceRoot}"
,
"sourceFileMap"
:{
"/home/develop/project"
:
"${workspaceRoot}"
},
"environment"
:
[]
},
{
"name"
:
"C++ Launch (GDB)"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"launchOptionType"
:
"Local"
,
//
"preLaunchTask"
:
"start-gdbserver"
,
"miDebuggerPath"
:
"/usr/bin/gdb"
,
"targetArchitecture"
:
"x64"
,
"program"
:
"${workspaceRoot}/bin/test_Microservice"
,
...
...
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