-
Bug
-
Resolution: Obsolete
-
Critical
-
4.26.0.AM1
-
None
-
---
Description of problem:
Error while connecting to the debugger during debugging of the Quarkus app.
Prerequisites (if any, like setup, operators/versions):
Windows 10, OpenShift application explorer connected to the DevSandbox, Quarkus application from starter project, Eclipse 2022-12 M2 and JBT 4.26.0.AM1
Steps to Reproduce
- Connected to the Dev Sandbox in OpenShift app. explorer
- Created empty project
- created project for the OS connection (sandbox)
- created new component, quarkus Java from starter (community)
- Pushed the component and verified that it is deployed
- Put a breakpoint in the source code (GreetingResource.java)
- Debug the component
Actual results:
Error dialog appears
Expected results:
Successfully debugging the app.