Skip to content

Commit 6687751

Browse files
committed
Remove debug walkthrough
Signed-off-by: worksofliam <[email protected]>
1 parent ec29414 commit 6687751

File tree

6 files changed

+0
-57
lines changed

6 files changed

+0
-57
lines changed

content/code-ibmi-debug/extension.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

content/code-ibmi-debug/local.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/code-ibmi-debug/ptfs.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/code-ibmi-debug/remote.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/code-ibmi-debug/startup.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -64,41 +64,6 @@
6464
}
6565
]
6666
},
67-
{
68-
"id": "code-ibmi-debug",
69-
"title": "Setup the debug service on IBM i",
70-
"description": "Get started with IBM i debugging.",
71-
"when": "code-for-ibmi:debugManaged != true",
72-
"steps": [
73-
{
74-
"id": "extension",
75-
"title": "Install the debug extension",
76-
"description": "The debug extension is required from the Marketplace. \n[Go to Marketplace](command:code-for-ibmi.debug.extension)",
77-
"media": {"markdown": "./content/code-ibmi-debug/extension.md"},
78-
"completionEvents": ["onExtensionInstalled:IBM.ibmidebug"]
79-
},
80-
{
81-
"id": "ptfs",
82-
"title": "Ensure the PTFs are installed",
83-
"description": "To debug IBM i programs, some PTFs are required.",
84-
"media": {"markdown": "./content/code-ibmi-debug/ptfs.md"},
85-
"completionEvents": ["onContext:code-for-ibmi:debug.ptf"]
86-
},
87-
{
88-
"id": "remote",
89-
"title": "Setup certificates",
90-
"description": "Certificates are required for the debug service to startup and run securely.\n[Generate certificates](command:code-for-ibmi.debug.setup.remote)",
91-
"media": {"markdown": "./content/code-ibmi-debug/remote.md"},
92-
"completionEvents": ["onContext:code-for-ibmi:debug.remote"]
93-
},
94-
{
95-
"id": "startup",
96-
"title": "Start up the service",
97-
"media": {"markdown": "./content/code-ibmi-debug/startup.md"},
98-
"description": "Last step is to startup the service. Only one person needs to do this. This starts the service up on the connected system.\n[Start debug service](command:code-for-ibmi.debug.start)"
99-
}
100-
]
101-
},
10267
{
10368
"id": "code-ibmi-actions",
10469
"title": "Code for IBM i Actions",

0 commit comments

Comments
 (0)