1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/cli_reference/developer_cli_odo/debugging-applications-in-odo.adoc
Charlie Drage 1ff163cba6 Remove tech preview for odo debugging
`odo debug` is out of tech preview now.

Closes https://github.com/openshift/odo/issues/3869

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-09-03 14:58:07 +00:00

14 lines
829 B
Plaintext

[id='debugging-applications-in-odo']
= Debugging applications in `{odo-title}`
include::modules/developer-cli-odo-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: debugging-applications-in-odo
toc::[]
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/developer-cli-odo-debugging-an-application.adoc[leveloffset=+1]
include::modules/developer-cli-odo-configuring-debugging-parameters.adoc[leveloffset=+1]