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 know vscode support python remote debug based on ptvsd , does theia support python remote debug?How to do that?Thank you @akosyakov@svenefftinge@benoitf
The text was updated successfully, but these errors were encountered:
@113xiaoji Have not looked at it in a while. Please check logs if there are some issues for which we don't have bugs yet please file. Looking into them also very welcomed! 🙃
@akosyakov I download the python extension source code, add some logs, and compile it.I put .vsix file to theia docker container.When i start the theia image I figured out the error is "this.debugService.onDidReceiveDebugSessionCustomEvent is not a function", i suppose the theia do not support this api?
I read the python extension source code, the error is at this place this.disposables.push(this.debugService.onDidReceiveDebugSessionCustomEvent(e => { this.eventHandlers.forEach(handler => handler.handleCustomEvent ? handler.handleCustomEvent(e).ignoreErrors() : undefined); }));
I know vscode support python remote debug based on ptvsd , does theia support python remote debug?How to do that?Thank you @akosyakov @svenefftinge @benoitf
The text was updated successfully, but these errors were encountered: