Debugging the back-end process seems to crash back-end plugin host process #18860
Closed
4 of 22 tasks
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
Whenever I try to debug the plugin host process in a self-hosting scenario, the back end plugin-host process crashes immediately.
Che version
Steps to reproduce
--inspect-break=...
a cursory inspection of the source code of the vscode-builtin-js-debug extension reveals that this is some kind of bootloader script for auto-attach debug support. As I understand it, the file is supposed to be copied to the the theia storage area, but that does not seem to be the case here. The problem here is that /default-theia-plugins is a folder that only exists in the theia container. Loading stuff from there fails in other containers, obviously.
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: