Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

unable to debug anymore #483

Closed
smoebody opened this issue Jul 15, 2021 · 4 comments
Closed

unable to debug anymore #483

smoebody opened this issue Jul 15, 2021 · 4 comments

Comments

@smoebody
Copy link

Bug Description:

I am unable to start a debug session, neither for php nor node - which both used to work some time ago.
Since i build my own docker-image based on https://github.com/theia-ide/theia-apps/tree/master/theia-full-docker i cannot say exactly when it stopped to work, because i build on an irregular basis.

Steps to Reproduce:

  1. Open project with debug-configuration
  2. Klick the "Start Debugging" Button
  3. Observe the error message

Additional Information

Logs:

root ERROR Error starting the debug session TypeError: is_electron_1.default is not a function
    at Object.startDebugAdapter (/app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/plugin-debug-adapter-starter.js:44:48)
    at DebugExtImpl.<anonymous> (/app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:725:82)
    at step (/app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:33:23)
    at Object.next (/app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:14:53)
    at fulfilled (/app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
@vince-fugnitto
Copy link
Member

@smoebody thank you for reporting the issue, I believe it is related to the upstream issue eclipse-theia/theia#9729.
It should be fixed as part of the next tag: eclipse-theia/theia#9730.

@smoebody
Copy link
Author

@vince-fugnitto Thanks for the hint. switching to the next-tag solved the problem

@marcdumais-work
Copy link
Member

There was a theia release today, so this should be fixed with latest too now.

@smoebody
Copy link
Author

smoebody commented Aug 2, 2021

I can confirm, that the problem is solved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants