You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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:
Thanks!
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: