You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an odd behavior I wasn't able to solve so far.
When I use the Debugger for probe-rs in VS Code then after flashing a terminal window opens showing the defmt messages but without location information (file and function names and line numbers, ...)
0.010634 INFO USB: config_descriptor used: 70
0.010900 INFO USB: bos_descriptor used: 12
0.011067 INFO USB: msos_descriptor used: 0
0.011208 INFO USB: control_buf size: 64
But if I run probe-rs directly from command line, the location information is there.
So I think everything is basically there.
Is this a limitation of the VS Code plugin or did I miss something?
Hello
I have an odd behavior I wasn't able to solve so far.
When I use the Debugger for probe-rs in VS Code then after flashing a terminal window opens showing the defmt messages but without location information (file and function names and line numbers, ...)
my launch.json:
But if I run probe-rs directly from command line, the location information is there.
So I think everything is basically there.
Is this a limitation of the VS Code plugin or did I miss something?
The text was updated successfully, but these errors were encountered: