Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/device/device/google/cuttlefish/.vscode/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 1 kB image not shown  

Quelle  launch.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
   "configurations": [
       {
           "name": "Launch",
           "type": "lldb",
           "request": "launch",
           "program": "${workspaceFolder}../../../../out/host/linux-x86/bin/cvd",
           "args": [
               "start",
               "-verbosity",
               "VERBOSE",
           ],
           "env": {
               "HOME":"${userHome}" ,
               "ANDROID_HOST_OUT":"${workspaceFolder}../../../../out/host/linux-x86" ,
               "ANDROID_SOONG_HOST_OUT":"${workspaceFolder}../../../../out/host/linux-x86" ,
               "ANDROID_PRODUCT_OUT":"${workspaceFolder}../../../../out/target/product/vsoc_x86_64" ,
           },
           "cwd": "${workspaceFolder}",
           "initCommands": [
               "settings set target.process.follow-fork-mode child",
           ]
       },
       {
           "name": "reset",
           "type": "lldb",
           "request": "launch",
           "program": "${workspaceFolder}../../../../out/host/linux-x86/bin/cvd",
           "args": [
               "reset"
           ],
           "env": {
               "HOME":"${userHome}" ,
               "ANDROID_HOST_OUT":"${workspaceFolder}../../../../out/host/linux-x86" ,
               "ANDROID_SOONG_HOST_OUT":"${workspaceFolder}../../../../out/host/linux-x86" ,
               "ANDROID_PRODUCT_OUT":"${workspaceFolder}../../../../out/target/product/vsoc_x86_64" ,
           }
       }
   ],
}

[Dauer der Verarbeitung: 0.8 Sekunden, vorverarbeitet 2026-06-27]