79410108

Date: 2025-02-03 22:05:40
Score: 0.5
Natty:
Report link

Seems like the debugger output has been changed in a new ST toolchain's version.

You can fix the issue locally by changing the regex in "serverStarted" parameter in launch.json file inside .vscode directory of your project. For example, a regex that should work with both old and new versions of ST toolchains is "serverStarted": "(Waiting for debugger connection.)|(Waiting for connection on port .\.\.\.)",.

It will be set as default template in the new version of extension once it is released.

Check uprtdev Answer here

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Susano