mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
linux support
This commit is contained in:
26
.vscode/launch.json
vendored
26
.vscode/launch.json
vendored
@@ -4,6 +4,32 @@
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(gdb) Windows 上的 Bash 启动",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "example/build/linux/debug/flutter_qjs_example",
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${command:extension.vscode-wsl-workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": false,
|
||||
"pipeTransport": {
|
||||
"debuggerPath": "/usr/bin/gdb",
|
||||
"pipeProgram": "${env:windir}\\system32\\bash.exe",
|
||||
"pipeArgs": [
|
||||
"-c"
|
||||
],
|
||||
"pipeCwd": ""
|
||||
},
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "为 gdb 启用整齐打印",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "(Windows) 启动",
|
||||
"type": "cppvsdbg",
|
||||
|
Reference in New Issue
Block a user