Forum: PC-Programmierung open Launch.json - in VSCode - Konfiguration mit Platforum.io


von Martin K. (dilbert_man)


Lesenswert?

Hallo und guten Abend, :)


Nach dem Start von VSCode in Anaconda tauchen Probleme auf:  Anm.: 
VSCode 1.52.1 - in Anaconda auf Win 10


Zusätzlich; in einer früheren Version von  VSCode hatte ich platform.io 
noch eingebunden:

Beim Versuch ein Python-Skripts auszuführen kam folgende Meldung

ich wählte "open Launch.json "

1
/ / PIO Unified Debugger
2
3
//
4
5
// Documentation: https://docs.platformio.org/page/plus/debugging.html
6
7
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
8
9
{
10
11
    "version": "0.2.0",
12
13
    "configurations": [
14
15
16
        {
17
            "type": "platformio-debug",
18
19
            "request": "launch",
20
21
            "name": "PIO Debug",
22
23
            "executable": "c:/Users/tarifa/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",
24
25
            "projectEnvName": "esp32dev",
26
27
            "toolchainBinDir": "C:/Users/tarifa/.platformio/packages/toolchain-xtensa32/bin",
28
29
            "internalConsoleOptions": "openOnSessionStart",
30
31
            "preLaunchTask": {
32
33
                "type": "PlatformIO",
34
                "task": "Pre-Debug"
35
36
            }
37
38
        },
39
        {
40
            "type": "platformio-debug",
41
            "request": "launch",
42
            "name": "PIO Debug (skip Pre-Debug)",
43
44
            "executable": "c:/Users/tarifa/Documents/PlatformIO/Projects/ESP/.pio/build/esp32dev/firmware.elf",
45
46
            "projectEnvName": "esp32dev",
47
48
            "toolchainBinDir": "C:/Users/tarifa/.platformio/packages/toolchain-xtensa32/bin",
49
50
            "internalConsoleOptions": "openOnSessionStart"
51
52
        }
53
54
    ]
55
56
57
}



...sieht so aus, als wäre hier noch einiges abzustimmen und zu 
konfigurieren.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.