1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/openshift-developer-cli-debugging-an-application.adoc
2020-02-26 19:06:28 +00:00

19 lines
509 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/debugging-applications-in-odo.adoc
[id="debugging-an-application_{context}"]
= Debugging an application
You can debug your application on in `odo` with the `odo debug` command.
.Procedure
. After an application is deployed, start the port forwarding for your component to debug the application:
+
----
$ odo debug port-forward
----
. Attach the debugger bundled in your IDE to the component. Instructions vary depending on your IDE.