Skip to content

Commit

Permalink
update debug name
Browse files Browse the repository at this point in the history
  • Loading branch information
adashen committed Jun 26, 2018
1 parent 5d48e74 commit 15aceb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/solution/launch_csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug IoT Edge Module %MODULE% (.NET Core)",
"name": "%MODULE% Reomte Debug (.NET Core)",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickRemoteProcess}",
Expand Down
4 changes: 2 additions & 2 deletions assets/solution/launch_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug IoT Edge Module %MODULE% (Node.js)",
"name": "%MODULE% Remote Debug (Node.js)",
"type": "node",
"request": "attach",
"port": 9229,
Expand All @@ -12,7 +12,7 @@
"protocol": "inspector"
},
{
"name": "Debug IoT Edge Module %MODULE% (Node.js in Windows Container)",
"name": "%MODULE% Remote Debug (Node.js in Windows Container)",
"type": "node",
"request": "attach",
"port": 9229,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"label": "IoT Edge (.NET Core)",
"initialConfigurations": [
{
"name": "Debug IoT Edge Module (.NET Core)",
"name": "Remote Debug IoT Edge Module (.NET Core)",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickRemoteProcess}",
Expand All @@ -154,7 +154,7 @@
{
"label": "Edge: Debug IoT Edge Module (.NET Core)",
"body": {
"name": "Debug IoT Edge Module (.NET Core)",
"name": "Remote Debug IoT Edge Module (.NET Core)",
"type": "coreclr",
"request": "attach",
"processId": "^\"\\${command:pickRemoteProcess}\"",
Expand Down

0 comments on commit 15aceb0

Please sign in to comment.