abcl icon indicating copy to clipboard operation
abcl copied to clipboard

Another stepper contrib for ABCL! (this time for compiled code)

Open alejandrozf opened this issue 1 year ago • 5 comments

I'm happy to add another tool to debug programs in ABCL :)

For more information see the file contrib/abcl-jvm-stepper/README.markdown

alejandrozf avatar Dec 30 '23 00:12 alejandrozf

We could possibly add your examples in the README as a simple to test to ensure the code compiles and executes under the Github CI?

easye avatar Dec 30 '23 08:12 easye

You seem to have missed a defpackage in the ASDF definition as I get the following error trying to load this code:

The package "STEPPER" can't be found.
   [Condition of type READER-ERROR]

Thank you @easye , it was an obsolete dependency on ABCL-STEPPER that I forgot to remove

alejandrozf avatar Dec 30 '23 16:12 alejandrozf

We could possibly add your examples in the README as a simple to test to ensure the code compiles and executes under the Github CI?

Done :+1:

alejandrozf avatar Dec 30 '23 16:12 alejandrozf

This seems useful. What's the status?

fosskers avatar Jul 01 '24 23:07 fosskers

Hi @fosskers

This stepper works out of the box only on function calls. To ensure it can step into other subforms you need to "decorate" the subform in order to make it "steppable". In the Readme I have explained how to do it. I want to make it step into all the subforms but I couldn't make it yet. I don't have too much time to hack on ABCL these days, so if someone can help me on it would be awesome.

alejandrozf avatar Jul 02 '24 01:07 alejandrozf