Release

Code Logger: trace but with scrolling

3

SP4CEBAR 2023-06-27 08:50 (Edited)

For when you need a lot of space to debug your code

Put some code in the code section, and use the call PRINTF( supply a string ) to add a string to the log

the log is stored as an array with a default array size of 1023, this value is defined above the code section

Code Logger.nx | Open in app
2023-06-27 08:50

SP4CEBAR 2023-06-27 09:01 (Edited)

Let me know if you want to save log files to your disk


Log in to reply.