Skip to content
Discussion options

You must be logged in to vote

The debug adapter interacts with theia 'debug' extension (backend) via a standard tcp socket. All DAP requests/responses are transferred between theia debug extension and my debug adapter on this socket.

The java process does not interact with theia in any way. The java process interacts with the debug adapter on a web-socket.


My debug adapter runs inside a docker container in kubernetes. I suspect that this is a memory issue. Linux might be the one terminating my java process in order to free some memory to allow Linux to operate properly. I assigned more memory to my pod and I am monitoring now.

  1. I just want to make sure there are no limitations as for how to spawn java processes that…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vince-fugnitto
Comment options

@tsiyona
Comment options

Answer selected by vince-fugnitto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants