make debug broken on native
#20265
Labels
Platform: native
Platform: This PR/issue effects the native platform
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
The pyterm wrapper interferes with
make debug
. The additional pyterm args are always added the native parameters even when not pyterm is used.As a workaround, you can set
RIOT_TERMINAL=native
on the command line.Steps to reproduce the issue
Run
make debug
for anynative
app.Expected results
Actual results
Versions
introduced by #20172
The text was updated successfully, but these errors were encountered: