Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cppdap
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
cppdap
Commits
1be9bb67
Commit
1be9bb67
authored
Jan 05, 2020
by
Ben Clayton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
launch.json - fix name of unittests to launch
parent
d19d8f83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
launch.json
.vscode/launch.json
+3
-2
No files found.
.vscode/launch.json
View file @
1be9bb67
...
@@ -13,14 +13,15 @@
...
@@ -13,14 +13,15 @@
"type"
:
"lldb"
,
"type"
:
"lldb"
,
"request"
:
"launch"
,
"request"
:
"launch"
,
"name"
:
"unittests (lldb)"
,
"name"
:
"unittests (lldb)"
,
"program"
:
"${workspaceFolder}/build/dap-unittests"
,
"program"
:
"${workspaceFolder}/build/
cpp
dap-unittests"
,
"cwd"
:
"${workspaceRoot}"
,
"cwd"
:
"${workspaceRoot}"
,
"args"
:
[]
},
},
{
{
"name"
:
"unittests (gdb)"
,
"name"
:
"unittests (gdb)"
,
"type"
:
"cppdbg"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"request"
:
"launch"
,
"program"
:
"${workspaceFolder}/build/dap-unittests"
,
"program"
:
"${workspaceFolder}/build/
cpp
dap-unittests"
,
"args"
:
[],
"args"
:
[],
"stopAtEntry"
:
false
,
"stopAtEntry"
:
false
,
"cwd"
:
"${workspaceFolder}"
,
"cwd"
:
"${workspaceFolder}"
,
...
...
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