2 ms·
Smalltalk famously let you code inside the debugger. You can run code with methods that don't exist yet and add them in the debugger when it notices they are mi
by notriskfree 5y ago
Smalltalk famously let you code inside the debugger.
You can run code with methods that don't exist yet and add them in the debugger when it notices they are missing.