Skip to content

Commit

Permalink
updated stepping session using asdf:load-system as an alternative to
Browse files Browse the repository at this point in the history
require for loading the contrib
  • Loading branch information
Alejandro Zamora committed Dec 30, 2023
1 parent a668f29 commit 0aef377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/abcl-jvm-stepper/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CL-USER(1): (require :asdf)
("uiop" "UIOP" "asdf" "ASDF")
CL-USER(2): (require :abcl-contrib)
("JAVA" "ABCL-CONTRIB")
CL-USER(3): (require :abcl-jvm-stepper)
CL-USER(3): (asdf:load-system :abcl-jvm-stepper)
; Compiling jar:file:///home/alejandrozf/projects/abcl/dist/abcl-contrib.jar!/abcl-jvm-stepper/abcl-jvm-stepper.lisp ...
; (DEFPACKAGE #:ABCL-JVM-STEPPER ...)
; (IN-PACKAGE :ABCL-JVM-STEPPER)
Expand Down

0 comments on commit 0aef377

Please sign in to comment.