My serial monitor does not display anything - Arduino 2.0.3

I have the same issue intermittantly, and can not reproduce it.
After compilation and restart of board the monitor output remains blank.
Closing & reopening the monitor solves the issue.
Windows 11, ESP32 (&and variants)

Hi @quincys and @Xinonix. Thanks for your reports. When this happens, does Serial Monitor have a baud rate menu, or is it missing like in the screenshot @eileenchia5 shared?:

As sterretje mentioned earlier, one possible cause of this symptom is the serial port being open in another application. Unfortunately Arduino IDE does not communicate about the problem to the user:

From your description, it sounds like you are able to reproduce the problem consistently. I'm going to ask you to share the logs Arduino IDE prints to the terminal when you start it from the command line:

I'm going to ask you to post some additional information that might help us to identify the problem.

Please do this:

  1. Start Windows "File Explorer".
  2. Open the Arduino IDE installation folder.
    (usually C:\Program Files\Arduino IDE or C:\Users\<username>\AppData\Local\Programs\Arduino IDE).
  3. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  4. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  5. Type the following command:
    & ".\Arduino IDE"
    
  6. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  7. Wait for Arduino IDE to finish starting.
  8. Connect an Arduino board to your computer if it is not already connected.
  9. Select the appropriate board and port from the Arduino IDE 2.x menus.
  10. Open Serial Monitor in Arduino IDE 2.x
  11. Switch back to the PowerShell window.
  12. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  13. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  14. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  15. Open a forum reply here by clicking the Reply button.
  16. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  17. Press Ctrl+V.
    This will paste the output into the code block.
  18. Move the cursor outside of the code block markup before you add any additional text to your reply.
  19. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

1 Like

Even though I generally prefer the terminal output approach, it is not really feasible in the case where a fault occurs only intermittently. So I'll ask you to wait for the next time you experience the fault and then share the log file generated by Arduino IDE as an attachment in a reply to this forum thread:

The IDE automatically writes log files while it is running. I think these logs might contain some information that will allow us to identify the problem so I'm going to ask you to provide the latest log file from your computer.

Please do this:

  1. Open a forum reply here by clicking the Reply button.
  2. Click the "Upload" icon (image) on the post composer toolbar:
    image
  3. Select the latest .log file from this folder (the files are named according to the date):
    C:\Users\<username>\AppData\Roaming\Arduino IDE\
    
    (where <username> is your Windows username)
    Note that the C:\Users\<username>\AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. Click the Open button.
  5. Click the Reply button to publish the post.

Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .log file onto the post composer field to attach it.


Please let me know if you have any questions or problems while following those instructions.

It didn't have a baudrate ... but it is working now... don't know even why... but it does... Once I opened a serial monitor (thinking it was the 1.8 version) and it worked... I was surprised to see it working.... So I don't know WHY it is working now,... but it does... So thanks for even responding...

Thanks for the update @quincys! Even though it is not so satisfying as identifying the cause and fix for the problem, I'm just glad it is working now.

1 Like

I was thinking back. I rarely reboot my machine (because there is a lot going on in there :slight_smile: ) but I did a update to windows 11. (yes I never want to be the first doing those moves) But now I did. So I had to reboot.

So it could have been the update to a new system... or only just the reboot... So for future people it is worth trying to reboot...

Thanks again for the effort of helping.

A post was split to a new topic: Serial monitor not displaying anything2

PS C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.1.1
Starting backend process. PID: 12192
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/ELCOT/.theia'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2023-07-25T23:37:22.832Z root INFO Backend Object.initialize: 36.0 ms [Finished 40.203 s after backend start]
2023-07-25T23:37:22.833Z root INFO Backend Object.configure: 34.1 ms [Finished 40.203 s after backend start]
2023-07-25T23:37:22.834Z root INFO Backend MessagingContribution.onStart: 5.5 ms [Finished 40.203 s after backend start]2023-07-25T23:37:22.838Z root INFO Backend OSBackendApplicationContribution.configure: 1.1 ms [Finished 41.026 s after backend start]
2023-07-25T23:37:22.840Z root INFO Backend DefaultWorkspaceServer.onStart: 1.0 ms [Finished 41.027 s after backend start]
2023-07-25T23:37:22.856Z root INFO Backend PluginLocalizationBackendContribution.configure: 0.6 ms [Finished 41.027 s after backend start]
2023-07-25T23:37:22.858Z root WARN Backend PluginLocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 823.6 ms [Finished 41.028 s after backend start]
2023-07-25T23:37:22.860Z root INFO Backend TaskBackendApplicationContribution.onStart: 1.1 ms [Finished 41.029 s after backend start]
2023-07-25T23:37:22.863Z root INFO Backend ElectronTokenBackendContribution.configure: 5.5 ms [Finished 41.034 s after backend start]
2023-07-25T23:37:22.865Z config INFO >>> Initializing CLI configuration...
2023-07-25T23:37:22.865Z root INFO Backend PluginDeployerContribution.initialize: 2.0 ms [Finished 41.035 s after backend start]
2023-07-25T23:37:22.869Z root INFO Backend ConfigServiceImpl.onStart: 2.6 ms [Finished 41.037 s after backend start]
2023-07-25T23:37:22.871Z config INFO Loading CLI configuration from c:\Users\ELCOT\.arduinoIDE\arduino-cli.yaml...
2023-07-25T23:37:22.873Z root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.1 ms [Finished 41.053 s after backend start]
2023-07-25T23:37:22.873Z root INFO Backend ArduinoDaemonImpl.onStart: 3.3 ms [Finished 41.056 s after backend start]
2023-07-25T23:37:22.874Z root INFO Backend NodeFileUploadService.configure: 19.9 ms [Finished 41.057 s after backend start]
2023-07-25T23:37:22.874Z daemon INFO Starting daemon from C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
2023-07-25T23:37:22.875Z discovery-log INFO start
2023-07-25T23:37:22.875Z discovery-log INFO start new deferred
2023-07-25T23:37:22.875Z root INFO Backend HostedPluginLocalizationService.initialize: 1.5 ms [Finished 41.060 s after backend start]
2023-07-25T23:37:22.876Z root INFO Backend BoardDiscovery.onStart: 3.3 ms [Finished 41.063 s after backend start]
2023-07-25T23:37:22.877Z root INFO Backend FileDownloadEndpoint.configure: 4.9 ms [Finished 41.066 s after backend start]
2023-07-25T23:37:22.878Z root INFO Backend AuthenticationServiceImpl.onStart: 1.1 ms [Finished 41.070 s after backend start]
2023-07-25T23:37:22.880Z root INFO Backend PluginApiContribution.configure: 1.3 ms [Finished 41.071 s after backend start]
2023-07-25T23:37:22.925Z root INFO Backend HostedPluginReader.configure: 1.6 ms [Finished 41.073 s after backend start]
2023-07-25T23:37:22.926Z root INFO Backend HostedPluginReader.configure: 0.2 ms [Finished 41.075 s after backend start]
2023-07-25T23:37:22.931Z root INFO Backend PlotterBackendContribution.configure: 37.1 ms [Finished 41.123 s after backend start]
2023-07-25T23:37:22.950Z root INFO Theia app listening on http://localhost:59134.
2023-07-25T23:37:22.953Z root INFO Finished starting backend application: 76.4 ms [Finished 41.148 s after backend start]
2023-07-25T23:37:22.958Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ELCOT/.arduinoIDE/plugins does not exist.
2023-07-25T23:37:22.962Z root WARN The local plugin referenced by local-dir:/c%3A/Users/ELCOT/.arduinoIDE/extensions does not exist.
2023-07-25T23:37:22.967Z root WARN The local plugin referenced by local-dir:C:\Users\ELCOT\.arduinoIDE\plugins does not exist.
2023-07-25T23:37:25.282Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.283Z root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@1.5.1" with engines:
2023-07-25T23:37:25.286Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.289Z root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.8" with engines:
2023-07-25T23:37:25.298Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.305Z root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
2023-07-25T23:37:25.314Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.319Z root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
2023-07-25T23:37:25.321Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.325Z root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
2023-07-25T23:37:25.328Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.331Z root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
2023-07-25T23:37:25.335Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.340Z root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
2023-07-25T23:37:25.343Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.345Z root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
2023-07-25T23:37:25.346Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.349Z root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
2023-07-25T23:37:25.361Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.362Z root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
2023-07-25T23:37:25.366Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.367Z root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
2023-07-25T23:37:25.371Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.372Z root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
2023-07-25T23:37:25.373Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.374Z root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
2023-07-25T23:37:25.379Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.387Z root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
2023-07-25T23:37:25.389Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.390Z root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
2023-07-25T23:37:25.391Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.404Z root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
2023-07-25T23:37:25.405Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.407Z root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:
2023-07-25T23:37:25.410Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.420Z root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
2023-07-25T23:37:25.422Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.424Z root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
2023-07-25T23:37:25.428Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.430Z root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
2023-07-25T23:37:25.432Z root INFO PluginTheiaDirectoryHandler: accepting plugin with path
2023-07-25T23:37:25.434Z root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
2023-07-25T23:37:25.460Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\ELCOT\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\ELCOT\\Documents\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2023-07-25T23:37:25.463Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2023-07-25T23:37:25.464Z config INFO Loaded the CLI configuration.
2023-07-25T23:37:26.184Z daemon INFO INFO[0000] Using config file: c:\Users\ELCOT\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.32.3
INFO[0000] Executing `arduino-cli daemon`
Daemon is now listening on 127.0.0.1:59135
{"IP":"127.0.0.1","Port":"59135"}


2023-07-25T23:37:26.251Z daemon INFO Daemon is running.
2023-07-25T23:37:26.295Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/ELCOT/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/ELCOT/Documents/Arduino","additionalUrls":["https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"],"network":"none","locale":"en"}
2023-07-25T23:37:26.337Z config INFO Validating the CLI configuration...
2023-07-25T23:37:26.392Z config INFO The CLI config is valid.
2023-07-25T23:37:26.471Z config INFO <<< Initialized the CLI configuration.
2023-07-25T23:37:26.724Z root INFO Resolve plugins list: 3854.1 ms [Finished 44.921 s after backend start]
2023-07-25T23:37:26.799Z root INFO Deployed backend plugin "marus25.cortex-debug@1.5.1" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js": 74.3 ms [Finished 44.996 s after backend start]
2023-07-25T23:37:26.934Z root INFO Deployed backend plugin "arduino.vscode-arduino-tools@0.0.2-beta.8" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 135.1 ms [Finished 45.131 s after backend start]
2023-07-25T23:37:27.132Z root INFO Deployed backend plugin "vscode.cpp@1.52.1" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 198.0 ms [Finished 45.329 s after backend start]
2023-07-25T23:37:27.134Z daemon INFO INFO[0003] Loading hardware from: c:\Users\ELCOT\AppData\Local\Arduino15\packages
INFO[0003] Loading package arduino from: C:\Users\ELCOT\AppData\Local\Arduino15\packages\arduino\hardware

2023-07-25T23:37:27.190Z root INFO Deployed backend plugin "vscode.json@1.46.1" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 57.2 ms [Finished 45.387 s after backend start]
2023-07-25T23:37:27.195Z root INFO Deployed backend plugin "vscode.json-language-features@1.46.1" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 5.6 ms [Finished 45.392 s after backend start]
2023-07-25T23:37:32.518Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-bg@1.48.3" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 5322.8 ms [Finished 50.715 s after backend start]
2023-07-25T23:37:32.540Z daemon INFO INFO[0004] Checking signature                            error="opening signature file: open C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0004] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0004] Loaded platform                               platform="arduino:avr@1.8.6"
INFO[0004] Checking existence of 'tools' path: C:\Users\ELCOT\AppData\Local\Arduino15\packages\arduino\tools
INFO[0004] Loading tools from dir: C:\Users\ELCOT\AppData\Local\Arduino15\packages\arduino\tools
INFO[0004] Loaded tool                                   tool="arduino:arduinoOTA@1.3.0"
INFO[0004] Loaded tool                                   tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0004] Loaded tool                                   tool="arduino:avrdude@6.3.0-arduino17"
INFO[0004] Loaded tool                                   tool="arduino:dfu-util@0.11.0-arduino5"
INFO[0004] Loading package builtin from: C:\Users\ELCOT\AppData\Local\Arduino15\packages\builtin
INFO[0004] Checking existence of 'tools' path: C:\Users\ELCOT\AppData\Local\Arduino15\packages\builtin\tools
INFO[0004] Loading tools from dir: C:\Users\ELCOT\AppData\Local\Arduino15\packages\builtin\tools
INFO[0004] Loaded tool                                   tool="builtin:ctags@5.8-arduino11"
INFO[0004] Loaded tool                                   tool="builtin:dfu-discovery@0.1.2"
INFO[0004] Loaded tool                                   tool="builtin:mdns-discovery@1.0.9"
INFO[0004] Loaded tool                                   tool="builtin:serial-discovery@1.4.0"
INFO[0004] Loaded tool                                   tool="builtin:serial-monitor@0.13.0"
INFO[0004] Loading package esp32 from: C:\Users\ELCOT\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0004] Checking signature                            error="opening signature file: open C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.10\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.10\\installed.json" signatureFile="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.10\\installed.json.sig"
INFO[0005] Adding monitor tool                           protocol=serial tool="builtin:serial-monitor"
INFO[0005] Loaded platform                               platform="esp32:esp32@2.0.10"
INFO[0005] Checking existence of 'tools' path: C:\Users\ELCOT\AppData\Local\Arduino15\packages\esp32\tools
INFO[0005] Loading tools from dir: C:\Users\ELCOT\AppData\Local\Arduino15\packages\esp32\tools
INFO[0005] Loaded tool                                   tool="esp32:esptool_py@4.5.1"
INFO[0005] Loaded tool                                   tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
INFO[0005] Loaded tool                                   tool="esp32:mkspiffs@0.2.3"
INFO[0005] Loaded tool                                   tool="esp32:openocd-esp32@v0.11.0-esp32-20221026"
INFO[0005] Loaded tool                                   tool="esp32:riscv32-esp-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Loaded tool                                   tool="esp32:riscv32-esp-elf-gdb@11.2_20220823"
INFO[0005] Loaded tool                                   tool="esp32:xtensa-esp-elf-gdb@11.2_20220823"
INFO[0005] Loaded tool                                   tool="esp32:xtensa-esp32-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Loaded tool                                   tool="esp32:xtensa-esp32s2-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Loaded tool                                   tool="esp32:xtensa-esp32s3-elf-gcc@esp-2021r2-patch5-8.4.0"
INFO[0005] Checking signature                            index="c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0006] Checking signature                            error="opening signature file: open c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig: The system cannot find the file specified." index="c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\package_esp32_index.json" signatureFile="c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\package_esp32_index.json.sig"
INFO[0006] Adding libraries dir                          dir="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.10\\libraries" location=platform
INFO[0006] Adding libraries dir                          dir="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0006] Loading libraries index file                  index="c:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\library_index.json"
INFO[0007] Adding libraries dir                          dir="C:\\Users\\ELCOT\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0007] Adding libraries dir                          dir="c:\\Users\\ELCOT\\Documents\\Arduino\\libraries" location=user

Opening channel for service path '/services/electron-window-ext'.
Opening channel for service path '/services/electron-window'.
Opening channel for service path '/services/ide-updater'.
2023-07-25T23:37:40.182Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-cs@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 7664.0 ms [Finished 58.380 s after backend start]
2023-07-25T23:37:40.261Z discovery-log INFO start request start watch
2023-07-25T23:37:40.290Z discovery-log INFO start requested start watch
2023-07-25T23:37:40.296Z discovery-log INFO start resolved watching
2023-07-25T23:37:40.356Z daemon INFO INFO[0016] starting discovery builtin:dfu-discovery process
INFO[0016] starting discovery builtin:serial-discovery process

2023-07-25T23:37:48.994Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-de@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 8812.0 ms [Finished 67.192 s after backend start]
2023-07-25T23:37:49.062Z daemon INFO INFO[0016] started discovery builtin:serial-discovery process
INFO[0016] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:serial-discovery
INFO[0016] started discovery builtin:dfu-discovery process
INFO[0016] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:dfu-discovery
INFO[0016] starting discovery builtin:mdns-discovery process
INFO[0016] started discovery builtin:mdns-discovery process
INFO[0016] sending command HELLO 1 "arduino-cli 0.32.3" to discovery builtin:mdns-discovery
INFO[0016] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0016] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0016] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0017] from discovery builtin:dfu-discovery received message type: hello, message: OK, protocol version: 1
INFO[0017] sending command START_SYNC to discovery builtin:dfu-discovery
INFO[0017] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0017] from discovery builtin:dfu-discovery received message type: start_sync, message: OK
INFO[0017] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0017] from discovery builtin:mdns-discovery received message type: start_sync, message: OK

2023-07-25T23:37:52.021Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-es@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 3026.9 ms [Finished 70.219 s after backend start]
2023-07-25T23:37:55.468Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-fr@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 3447.4 ms [Finished 73.666 s after backend start]
2023-07-25T23:37:55.582Z root WARN Frontend d.initialize took longer than the expected maximum 100 milliseconds: 177.8 ms [Finished 13.998 s after frontend start]
2023-07-25T23:37:55.583Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 13191.6 ms [Finished 27.236 s after frontend start]
2023-07-25T23:37:55.587Z root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 103.5 ms [Finished 27.345 s after frontend start]
2023-07-25T23:37:57.604Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-hu@1.48.3" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 2136.0 ms [Finished 75.802 s after backend start]
2023-07-25T23:37:57.634Z root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 3219.8 ms [Finished 30.566 s after frontend start]
2023-07-25T23:37:57.636Z root WARN Frontend h.onStart took longer than the expected maximum 100 milliseconds: 190.2 ms [Finished 30.798 s after frontend start]
2023-07-25T23:38:01.982Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-it@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 4377.2 ms [Finished 80.180 s after backend start]
2023-07-25T23:38:11.680Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ja@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 9697.5 ms [Finished 89.877 s after backend start]
2023-07-25T23:38:18.051Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ko@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 6371.0 ms [Finished 96.248 s after backend start]
2023-07-25T23:38:21.762Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-nl@1.48.3" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 3711.0 ms [Finished 99.960 s after backend start]
2023-07-25T23:38:28.403Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pl@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 6640.8 ms [Finished 106.601 s after backend start]
2023-07-25T23:38:34.117Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-pt-br@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 5714.2 ms [Finished 112.315 s after backend start]
2023-07-25T23:38:36.283Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-ru@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 2165.4 ms [Finished 114.480 s after backend start]
2023-07-25T23:38:36.330Z root WARN Frontend c.onStart took longer than the expected maximum 100 milliseconds: 38009.6 ms [Finished 68.955 s after frontend start]
2023-07-25T23:38:36.349Z root WARN Frontend p.onStart took longer than the expected maximum 100 milliseconds: 158.8 ms [Finished 69.120 s after frontend start]
2023-07-25T23:38:36.352Z root INFO Start frontend contributions: 55827.5 ms [Finished 69.134 s after frontend start]
2023-07-25T23:38:36.359Z root INFO Changed application state from 'init' to 'started_contributions'.
2023-07-25T23:38:36.367Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2023-07-25T23:38:36.397Z root INFO >>> Restoring the layout state...
2023-07-25T23:38:36.401Z root INFO <<< Nothing to restore.
2023-07-25T23:38:36.410Z root INFO Initialize the workbench layout: 67.8 ms [Finished 69.947 s after frontend start]
2023-07-25T23:38:36.412Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2023-07-25T23:38:38.361Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-tr@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 2078.1 ms [Finished 116.559 s after backend start]
2023-07-25T23:38:39.776Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-uk@1.48.3" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 1415.3 ms [Finished 117.974 s after backend start]
2023-07-25T23:38:39.863Z root INFO Replace loading indicator with ready workbench UI (animation): 1516.0 ms [Finished 71.490 s after frontend start]
2023-07-25T23:38:39.864Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2023-07-25T23:38:39.867Z root WARN Linked preference "workbench.colorCustomizations" not found. Source: "editor.bracketPairColorization.enabled"
2023-07-25T23:38:39.917Z root INFO Frontend application start: 47372.2 ms [Finished 117.988 s after backend start]
Checking for update
Update for version 2.1.1 is not available (latest version: 2.1.1, downgrade is allowed).
2023-07-25T23:38:43.247Z root INFO Deployed backend plugin "ms-ceintl.vscode-language-pack-zh-hans@1.53.2" from "C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 3388.0 ms [Finished 121.362 s after backend start]
2023-07-25T23:38:43.257Z root INFO Deploy plugins list: 3854.1 ms [Finished 121.444 s after backend start]
2023-07-25T23:38:43.405Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Waiting for backend deployment: 9097.2 ms [Finished 78.057 s after frontend start]
2023-07-25T23:38:46.704Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/ELCOT/AppData/Local/Temp/.arduinoIDE-unsaved2023626-12192-1r86f39.0s1ml/sketch_jul26b/sketch_jul26b.ino
[2548:0726/050848.598:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
2023-07-25T23:38:48.635Z root ERROR ---- !!!SLOW!!! DURATION: search took 5287.655 ms. Args: [{"type":"Updatable"}] ----2023-07-25T23:39:11.792Z root WARN Timeout after 5000 millis. The editor has not shown up in time. URI: file:///c%3A/Users/ELCOT/AppData/Local/Temp/.arduinoIDE-unsaved2023626-12192-1r86f39.0s1ml/sketch_jul26b/sketch_jul26b.ino
2023-07-25T23:39:15.526Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Sync of 21 plugins: 31974.4 ms [Finished 110.032 s after frontend start]
2023-07-25T23:39:15.539Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][marus25.cortex-debug]: Loaded contributions.
2023-07-25T23:39:15.542Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][arduino.vscode-arduino-tools]: Loaded contributions.
2023-07-25T23:39:15.543Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.cpp]: Loaded contributions.
2023-07-25T23:39:15.552Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.json]: Loaded contributions.
2023-07-25T23:39:15.555Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.json-language-features]: Loaded contributions.
2023-07-25T23:39:15.558Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
2023-07-25T23:39:15.559Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
2023-07-25T23:39:15.561Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
2023-07-25T23:39:15.564Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
2023-07-25T23:39:15.568Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
2023-07-25T23:39:15.588Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
2023-07-25T23:39:15.591Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
2023-07-25T23:39:15.593Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
2023-07-25T23:39:15.595Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
2023-07-25T23:39:15.600Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
2023-07-25T23:39:15.604Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
2023-07-25T23:39:15.606Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
2023-07-25T23:39:15.608Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
2023-07-25T23:39:15.610Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
2023-07-25T23:39:15.610Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
2023-07-25T23:39:15.617Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
2023-07-25T23:39:15.621Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Load contributions of 21 plugins: 279.6 ms [Finished 110.312 s after frontend start]
2023-07-25T23:39:19.187Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2023-07-25T23:39:19.190Z root WARN a registered grammar configuration for 'cpp' language is overridden
2023-07-25T23:40:31.473Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164) starting instance
2023-07-25T23:40:31.637Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): PluginManagerExtImpl/init()
2023-07-25T23:40:31.685Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(cortex-debug@1.5.1 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:31.849Z root INFO [hosted-plugin: 4164] Debugger contribution has been registered: cortex-debug
2023-07-25T23:40:31.990Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-arduino-tools@0.0.2-beta.8 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.021Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(cpp@1.52.1 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.062Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(json@1.46.1 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.380Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(json-language-features@1.46.1 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.534Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.638Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.724Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-de@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.777Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-es@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.885Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:32.982Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.083Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-it@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.166Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.243Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.284Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.289Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.294Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.298Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.302Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.306Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.311Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
2023-07-25T23:40:33.320Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): PluginManagerExtImpl/loadPlugin(C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
2023-07-25T23:40:39.240Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): PluginManagerExtImpl/loadPlugin(C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
2023-07-25T23:40:40.064Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][marus25.cortex-debug]: Started plugin.
2023-07-25T23:40:40.069Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][arduino.vscode-arduino-tools]: Started plugin.
2023-07-25T23:40:40.074Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.cpp]: Started plugin.
2023-07-25T23:40:40.125Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.json]: Started plugin.
2023-07-25T23:40:40.144Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][vscode.json-language-features]: Started plugin.
2023-07-25T23:40:40.146Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-bg]: Started plugin.
2023-07-25T23:40:40.150Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-cs]: Started plugin.
2023-07-25T23:40:40.152Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-de]: Started plugin.
2023-07-25T23:40:40.155Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-es]: Started plugin.
2023-07-25T23:40:40.159Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-fr]: Started plugin.
2023-07-25T23:40:40.161Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-hu]: Started plugin.
2023-07-25T23:40:40.163Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-it]: Started plugin.
2023-07-25T23:40:40.164Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ja]: Started plugin.
2023-07-25T23:40:40.168Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ko]: Started plugin.
2023-07-25T23:40:40.169Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-nl]: Started plugin.
2023-07-25T23:40:40.171Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-pl]: Started plugin.
2023-07-25T23:40:40.177Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
2023-07-25T23:40:40.179Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-ru]: Started plugin.
2023-07-25T23:40:40.184Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-tr]: Started plugin.
2023-07-25T23:40:40.186Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-uk]: Started plugin.
2023-07-25T23:40:40.191Z root INFO [63368068-8443-40d2-95ab-5eec5605190c][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
2023-07-25T23:40:40.268Z root INFO [hosted-plugin: 4164] PLUGIN_HOST(4164): PluginManagerExtImpl/loadPlugin(C:\Users\ELCOT\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2023-07-25T23:40:41.036Z root INFO [hosted-plugin: 4164] Debug configuration provider has been registered: cortex-debug, trigger: 1
2023-07-25T23:40:41.047Z root INFO [hosted-plugin: 4164] GDB server console created
2023-07-25T23:40:41.308Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Start of 21 plugins: 85668.4 ms [Finished 196.099 s after frontend start]
2023-07-25T23:40:41.361Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Waiting for backend deployment: 48.0 ms [Finished 196.151 s after frontend start]
2023-07-25T23:40:41.364Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Sync of 0 plugins: 0.1 ms [Finished 196.151 s after frontend start]
2023-07-25T23:40:41.391Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Load contributions of 0 plugins: 0.1 ms [Finished 196.152 s after frontend start]
2023-07-25T23:40:41.463Z root INFO [63368068-8443-40d2-95ab-5eec5605190c] Start of 0 plugins: 89.6 ms [Finished 196.257 s after frontend start]

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.