d
Size: a a a
d
LC
️️
Version: 1.60.0в launch.json для lldb (который lldb-mi)
Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff
Date: 2021-09-01T10:54:53.442Z (5 days ago)
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 19.6.0
"osx": {
"cwd": "${workspaceFolder}/test/"
,"MIMode": "lldb"
,"miDebuggerPath": "${env:HOME}/.local/bin/lldb-mi"
},
${env:HOME}/.local/bin/lldb-mi - symlink на lldb-mi в xcode"cwd": "${filedirName}/test/" тоже не работает....️️
"osx": {
"cwd": "ВСЕЧТОУГОДНОЛИШЬБЫНЕЭМПТИ",
"setupCommands": [
{
"text": "platform settings -w ${workspaceFolder}/test/"
}
],
"MIMode": "lldb"
,"miDebuggerPath": "${env:HOME}/.local/bin/lldb-mi"
},️️
Version 1.60 is now available! Read about the new features and fixes from August.body
Example launch.json#100пудов оттестировано
Below is an example launch.json debug configuration entry for lldb:
"configurations": [
{
"name": "Launch (lldb)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/a.out",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false
}
]
2/12/2020
️️
AK
️️
AK
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "OpenOCD Debug",
"request": "launch",
"type": "cortex-debug",
"cwd": "${workspaceRoot}",
"servertype": "openocd",
"executable": "./build/blink_test.elf",
"svdFile": "${workspaceRoot}/scripts/STM32F103xx.svd",
"configFiles": [
"${workspaceRoot}/scripts/openocd-jlink-swd.cfg"
]
},
{
"name": "JLink Debug",
"cwd": "${workspaceRoot}",
"executable": "./build/blink_test.elf",
"request": "launch",
"type": "cortex-debug",
"servertype": "jlink",
"svdFile": "${workspaceRoot}/scripts/STM32F103xx.svd",
"device": "STM32F103C8",
"interface": "swd"
}
]
}️️
M

*.ts файл. И он мне либо автоматом, либо через Ctrl+. импортит путь типа "src/utils", но мне нужно, чтобы вставляло автоматически относительный путь, как на картинке. Можно ли как-то так сделать? Может какое-нибудь полезное расширение подскажетеd
M
M
SS
SS
NC
NC
S