Skip to main content

Test conversation style

  • December 1, 2025
  • 2 replies
  • 29 views

Forum|alt.badge.img+2

test conversation style

2 replies

Forum|alt.badge.img+2

Tets


Forum|alt.badge.img+2
{
"version": "0.2.0",
"configurations": [
{
"type": "stlinkgdbtarget",
"request": "launch",
"name": "STM32Cube: STM32 Launch ST-Link GDB Server",
"origin": "snippet",
"cwd": "${workspaceFolder}",
"preBuild": "${command:st-stm32-ide-debug-launch.build}",
"runEntry": "main",
"imagesAndSymbols": [
{
"imageFileName": "${command:st-stm32-ide-debug-launch.get-projects-binary-from-context1}"
}
]
}
]
}