Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode debugger extension doesn't work on theia #8889

Open
Nina0408 opened this issue Dec 23, 2020 · 0 comments
Open

VSCode debugger extension doesn't work on theia #8889

Nina0408 opened this issue Dec 23, 2020 · 0 comments
Labels
debug issues that related to debug functionality

Comments

@Nina0408
Copy link

Nina0408 commented Dec 23, 2020

Bug Description:

Hi There,

I have implemented a debugger on VSCode and want to test it on theia, but I got the error says: There was an error starting the debug session, check the logs for more details. I checked the output view, there is no any error information showed.

I also download a vsix file of mock debug in https://marketplace.visualstudio.com/items?itemName=andreweinand.mock-debug and try it on theia, when click debug, there is no error displayed but either no any response.

and then I found an existing issue closed to my regarding debugger #6490. which says about adding launch.json file before debugging, and then I got below error after adding launch.json, btw, my debugger is inline mode:

root ERROR Error starting the debug session TypeError: r.DebugAdapterInlineImplementation is not a constructor
at S.createDebugAdapterDescriptor (/private/var/folders/3l/5q7n8q9n63755rh200nncflw0000gn/T/vscode-unpacked/db2forzosdeveloperextension-0.5.7.vsix/extension/dist/client.js:1:271240)
at DebugExtImpl. (/Users/funn/study/theia/my-app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:691:64)
at step (/Users/funn/study/theia/my-app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:33:23)
at Object.next (/Users/funn/study/theia/my-app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:14:53)
at fulfilled (/Users/funn/study/theia/my-app/node_modules/@theia/plugin-ext/lib/plugin/node/debug/debug.js:5:58)
at process._tickCallback (internal/process/next_tick.js:68:7)

Thanks!

Steps to Reproduce:

Additional Information

  • Operating System: macOS 11.1
  • Theia Version: development env
@vince-fugnitto vince-fugnitto added the debug issues that related to debug functionality label Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality
Projects
None yet
Development

No branches or pull requests

2 participants