iarsystems / iar-vsc-debug

Visual Studio Code extension for the IAR C-SPY debugger
19 stars 1 forks source link

Emulated printf() to Debug Console showing extra strings #25

Closed davidanderle closed 1 year ago

davidanderle commented 1 year ago

Hello,

I've spotted that the emulated I/O printf output to the Debug Console has some extra metadata displayed and I could not find any obvious settings in VSCode that may turn this off. image On the screenshot above I would expect the string: "CF\n" "0-0-0-0-0-0-0-D3\n"

Could you please have a look?

HampusAdolfsson commented 1 year ago

Hi,

This logging occurs when you have set the option "trace": true in your launch.json file.

davidanderle commented 1 year ago

Hi @HampusAdolfsson, Thanks, confirmed that removing the option from my launch.json "solves" this behaviour.