pxt-chibitronics
pxt-chibitronics copied to clipboard
Route simulator messages to the serial view.
Repro steps: • Open https://makecode.chibitronics.com/beta • Navigate to "Advanced" and click "Hello World!" to look its instruction • Scroll down this page and copy the example code to "JavaScript" pane • Click Advanced -> Extensions -> Scope to add this package • Run this example and observe the simulator Expected result: Every message should show on the simulator
Actual result:
The first sentence doesn't show on simulator

Only a few sentences show on the simulator, if you miss them then they're gone, just like the physical device. Maybe we should add a scrollbar?
Nope we simulate the hardware but we should also route the messages to the console.
Yeah we should do that. I'll change this bug to track that.