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
When a module is bootloaded, we are currently not able print any debugging messages from the module. Additionally, error that pop up are not propergated out of the bootloader. This makes module development hard.
To get around this, we could add a debug syscall, which simply prints the values that are passed to it.
The text was updated successfully, but these errors were encountered:
When a module is bootloaded, we are currently not able print any debugging messages from the module. Additionally, error that pop up are not propergated out of the bootloader. This makes module development hard.
To get around this, we could add a debug syscall, which simply prints the values that are passed to it.
The text was updated successfully, but these errors were encountered: