Skip to content

Commit 2ef051a

Browse files
valaparthvirm3l
andauthored
Apply suggestions from code review
Co-authored-by: Armel Soro <[email protected]>
1 parent 635d8db commit 2ef051a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/website/docs/user-guides/advanced/debugging-with-openshift-toolkit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Debugging an Application with OpenShift Toolkit
33
sidebar_position: 7
44
---
55

6-
Debugging is an unavoidable part of development, and it can prove even more difficult when developing an application that runs remotely.
6+
Debugging is an unavoidable part of development, and it can prove even more difficult when developing an application that runs remotely in containers.
77

88
However, this task is made absurdly simple with the help of the OpenShift Toolkit IDE plugin.
99

1010
## OpenShift Toolkit
11-
OpenShift Toolkit is an IDE plugin available on [VS Code](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector) and [Jet Brains](https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/) IDEs, that allows you to do all things that `odo` does, i.e. create, test, debug and deploy cloud-native applications on a cloud-native environment in simple steps.
11+
OpenShift Toolkit is an IDE plugin available on [VS Code](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector) and [JetBrains](https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/) IDEs, that allows you to do all things that `odo` does, i.e. create, test, debug and deploy cloud-native applications on a cloud-native environment in simple steps.
1212
`odo` enables this plugin to do what it does.
1313

1414
## Prerequisites
@@ -17,7 +17,7 @@ OpenShift Toolkit is an IDE plugin available on [VS Code](https://marketplace.vi
1717
:::note
1818
This tutorial uses a Node.js application, but you can use any application that has Devfile with debug command defined in it. If your Devfile does not contain a debug command, refer to [Configure Devfile to support debugging](#configure-devfile-to-support-debugging).
1919
:::
20-
3. You have [installed](/docs/overview/installation#ide-installation) the OpenShift Toolkit Plugin in your preferred VS Code or a JetBrains IDE.
20+
3. You have [installed](/docs/overview/installation#ide-installation) the OpenShift Toolkit Plugin in your preferred VS Code or a JetBrains IDE. This tutorial uses VSCode, but the steps are similar for a JetBrains IDE.
2121
4. You have opened the application in the IDE.
2222

2323
In the plugin window, you should be able to see the cluster you are logged into in "APPLICATION EXPLORER" section, and your component "my-nodejs-app" in "COMPONENTS" section.

0 commit comments

Comments
 (0)