— In a kernel, you need interrupts to do multithreading (in this case fake emulated multithreading on 1 thread) so that's why those 2 things are related
Message permanent page
— How do debuggers pause code in runtime?
— Would this be useful for someone who builds debuggers, for example?
— I don't think so, as to even use the system it has to transpile all the code... making it super hard to read and even harder to step through
Message permanent page
— You need to make sourcemaps
— Hz code is basically un-debuggable right now... I had to revert to barbarian caveman console logging
— You need to think about this I think