Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
{
"version": "
0.
2.
0",
"configurations": [
/**
* Install this extension to run:
*
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
*/
{
"type": "lldb",
"request": "custom",
"name": "Debug with Prebuilt",
"preLaunchTask": "Run with Prebuilt",
"initCommands": [
"command script import ./build-root/build-qemu-generic-arm64-test-debug/lldb_suppor
t.py",
"initialize_kernel_lldb_module",
"breakpoint set -n trusty_thread_start",
"breakpoint command add --python-function lldb_support.trusty_thread_start_breakpoint_callback"
],
"processCreateCommands": [
"gdb-remote 1234",
"breakpoint set -n relocate_kernel",
"breakpoint command add --python-function lldb_support.relocate_kernel_breakpoint_callback",
"c"
],
"postDebugTask": "Send SIGINT to qemu.py"
}
]
}
[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-27]