j
k
j a
j l
Is that example the recommended way to see a dump of the bytecodes for a method?
Because there are special primitives for that. Try this: String streamContents: [ :stream | (YourClass >> #first) longPrintOn: stream indent: 0 ]. Levente
Because there are special primitives for that. Try this:
String streamContents: [ :stream | (YourClass >> #first) longPrintOn: stream indent: 0 ].
Levente
Attachments:
Back to the thread
Back to the list