1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/cli_reference/openshift_developer_cli/debugging-applications-in-odo.adoc
2020-03-17 18:48:18 +00:00

17 lines
956 B
Plaintext

[id='debugging-applications-in-odo']
= Debugging applications in `{odo-title}`
include::modules/openshift-developer-cli-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: debugging-applications-in-odo
toc::[]
:FeatureName: Interactive debugging in {odo-title}
include::modules/technology-preview.adoc[leveloffset=+1]
With `{odo-title}`, you can attach a debugger to remotely debug your application. This feature is only supported for NodeJS and Java components.
Components created with `{odo-title}` run in the debug mode by default. A debugger agent runs on the component, on a specific port. To start debugging your application, you must start port forwarding and attach the local debugger bundled in your Integrated development environment (IDE).
include::modules/openshift-developer-cli-debugging-an-application.adoc[leveloffset=+1]
include::modules/openshift-developer-cli-configuring-debugging-parameters.adoc[leveloffset=+1]