Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Debugger] Improve debugging of symbol used as a 0 arg block #859

Open
jecisc opened this issue Oct 10, 2024 · 0 comments
Open

[Debugger] Improve debugging of symbol used as a 0 arg block #859

jecisc opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
debugger question Further information is requested

Comments

@jecisc
Copy link
Member

jecisc commented Oct 10, 2024

It is possible to use symbols as 0 arg block like this:

#(1 2 3 4) select: #even

One of the only thing I do not like with this feature (personally, because I know some people don't like this for other reasons ahah) is that it is harder to debug.

In order to improve that it might be nice to be able to do a Through on a symbol and if it receive "value" at some point, we could end up in the code of this method equivalent to the symbol.

@jecisc jecisc added question Further information is requested debugger labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants