1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/developer-cli-odo-debugging-an-application.adoc
Yana Hontyk 1231f9160c Restructuing odo docs.
Co-Authored-By: Kathryn Alexander <37149781+kalexand-rh@users.noreply.github.com>
2020-11-05 08:24:01 +00:00

21 lines
572 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/creating_and_deploying_applications_with_odo/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:
+
[source,terminal]
----
$ odo debug port-forward
----
. Attach the debugger bundled in your IDE to the component. Instructions vary depending on your IDE.