numworks / epsilon

Modern graphing calculator operating system.
https://www.numworks.com/resources/engineering/software/
1.73k stars 459 forks source link

[Emulator] Add a flag to run a third party app #2221

Open yannis300307 opened 3 weeks ago

yannis300307 commented 3 weeks ago

Problem you'd like to fix

Debugging a third party app durring its development is pretty difficult because we have to transfer the app each time we want to test it on an actual calculator. Moreover, some bugs in the app could damage the calculator.

Describe the solution you'd like

Add a flag when running the emulator from the command line to load the .nwa app. Add simple debugging where printf() stdout goes to the console.

Describe alternatives you've considered

Add the emulator in the nwlink lib to run the emulator.

EmilieNumworks commented 3 weeks ago

Totally agreed. It's already planned in our development roadmap. Thanks!