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
PlatformIO Core.
If you’ve found a bug, please provide an information below.
Goal
Add a custom target that launches a simulator: simavr in my case.
Configuration
Operating system: Window 10 64 bit Version 1909
PlatformIO Version (platformio --version): PlatformIO Core, version 5.2.0a6
Description of problem
Simulator output is incredibly slow to echo in the terminal: up to the point it looks like nothing is happening. If I wait long enough (minutes) it eventually appears.
Running simavr on it's own produces output line by line.
Steps to Reproduce
Setup a project using the ini, cpp & python script below.
Build
Launch the 'Simulate' custom target. E.g. pio run -t Simulate
Actual Results
Simulator output doesn't appear in the terminal
Expected Results
Simulator output (to stdout & stderr) is echoed in the terminal as soon as the child simavr process prints to stdout/stderr.
If you’ve found a bug, please provide an information below.
Goal
Add a custom target that launches a simulator: simavr in my case.
Configuration
Operating system: Window 10 64 bit Version 1909
PlatformIO Version (
platformio --version
): PlatformIO Core, version 5.2.0a6Description of problem
Simulator output is incredibly slow to echo in the terminal: up to the point it looks like nothing is happening. If I wait long enough (minutes) it eventually appears.
Running simavr on it's own produces output line by line.
Steps to Reproduce
pio run -t Simulate
Actual Results
Simulator output doesn't appear in the terminal
Expected Results
Simulator output (to stdout & stderr) is echoed in the terminal as soon as the child simavr process prints to stdout/stderr.
If problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: