pharo
pharo copied to clipboard
debugger nicer setter and getter add method
Right now when I define a setter I have to press + then the debugger shows me
id: aString
self shouldBeImplemented
and I have to type
id: aString
id := aString
When we know that we want to define a setter, I would love to press + setter and get directly
id: aString
id := aString