This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Description Description
Add @theia/cpp-debug@1.19.0 to latest version of @Theia , then start from electron, its pending in loading page.
How to reproduce:
{
"private" : true ,
"name" : " electron-app" ,
"version" : " 0.0.0" ,
"main" : " src-gen/frontend/electron-main.js" ,
"dependencies" : {
"@theia/console" : " ^1.21.0" ,
"@theia/core" : " latest" ,
"@theia/cpp-debug" : " ^1.19.0" ,
"@theia/debug" : " ^1.21.0" ,
"@theia/editor" : " latest" ,
"@theia/electron" : " latest" ,
"@theia/file-search" : " ^1.21.0" ,
"@theia/filesystem" : " latest" ,
"@theia/getting-started" : " ^1.21.0" ,
"@theia/markers" : " latest" ,
"@theia/messages" : " latest" ,
"@theia/monaco" : " latest" ,
"@theia/navigator" : " latest" ,
"@theia/output" : " ^1.21.0" ,
"@theia/plugin-ext-vscode" : " ^1.21.0" ,
"@theia/preferences" : " latest" ,
"@theia/process" : " latest" ,
"@theia/property-view" : " ^1.21.0" ,
"@theia/search-in-workspace" : " ^1.21.0" ,
"@theia/task" : " ^1.21.0" ,
"@theia/terminal" : " latest" ,
"@theia/typehierarchy" : " ^1.21.0" ,
"@theia/vsx-registry" : " ^1.21.0" ,
"@theia/workspace" : " latest" ,
"theia-hello-world-extension" : " 0.1.0"
},
"devDependencies" : {
"@theia/cli" : " latest"
},
"scripts" : {
"prepare" : " theia build --mode development" ,
"start" : " theia start --log-level=debug --plugins=local-dir:../plugins" ,
"watch" : " theia build --watch --mode development"
},
"theia" : {
"target" : " electron"
},
"frontend" : {
"config" : {
"applicationName" : " Theia Preload Example"
}
}
}
Expected behavior
Electron start and can debug cpp file.
Environment
OS : Win10
Browser : none
Theia Version : 1.21.0
Additional information
Reactions are currently unavailable
Description
Add @theia/cpp-debug@1.19.0 to latest version of @Theia, then start from electron, its pending in loading page.
How to reproduce:
{ "private": true, "name": "electron-app", "version": "0.0.0", "main": "src-gen/frontend/electron-main.js", "dependencies": { "@theia/console": "^1.21.0", "@theia/core": "latest", "@theia/cpp-debug": "^1.19.0", "@theia/debug": "^1.21.0", "@theia/editor": "latest", "@theia/electron": "latest", "@theia/file-search": "^1.21.0", "@theia/filesystem": "latest", "@theia/getting-started": "^1.21.0", "@theia/markers": "latest", "@theia/messages": "latest", "@theia/monaco": "latest", "@theia/navigator": "latest", "@theia/output": "^1.21.0", "@theia/plugin-ext-vscode": "^1.21.0", "@theia/preferences": "latest", "@theia/process": "latest", "@theia/property-view": "^1.21.0", "@theia/search-in-workspace": "^1.21.0", "@theia/task": "^1.21.0", "@theia/terminal": "latest", "@theia/typehierarchy": "^1.21.0", "@theia/vsx-registry": "^1.21.0", "@theia/workspace": "latest", "theia-hello-world-extension": "0.1.0" }, "devDependencies": { "@theia/cli": "latest" }, "scripts": { "prepare": "theia build --mode development", "start": "theia start --log-level=debug --plugins=local-dir:../plugins", "watch": "theia build --watch --mode development" }, "theia": { "target": "electron" }, "frontend": { "config": { "applicationName": "Theia Preload Example" } } }Expected behavior
Electron start and can debug cpp file.
Environment
Additional information