Update for call-next-method changes
parent
323f95d3f4
commit
359fac1266
|
@ -83,7 +83,7 @@ M: object add-breakpoint ;
|
||||||
: (step-into-continuation) ( -- )
|
: (step-into-continuation) ( -- )
|
||||||
continuation callstack >>call break ;
|
continuation callstack >>call break ;
|
||||||
|
|
||||||
: (step-into-call-next-method) ( class generic -- )
|
: (step-into-call-next-method) ( method -- )
|
||||||
next-method-quot (step-into-quot) ;
|
next-method-quot (step-into-quot) ;
|
||||||
|
|
||||||
! Messages sent to walker thread
|
! Messages sent to walker thread
|
||||||
|
|
Loading…
Reference in New Issue