Skip to content

Revive debugging support #293

Description

@seandenigris

I got all the tests to pass with one tiny change. Maybe it’s mostly a documentation issue? PR to follow…

I'm stashing the script here that I got to work until I can update the docs:

serializer := FLSerializer new
filePath: (FileLocator home / 'objs. fuel') fullName;
needsDebugging;
yourself.
anObject := #(1 #(42)).
analysis := serializer
object: anObject;
useDuring: [ FLAnalysis run ].
analysis pathsToEvery: [ :obj | obj isInteger and: [ obj > 2 ]
].

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions