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: Show value of :debug-value if present #560

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

dradtke
Copy link

@dradtke dradtke commented Feb 27, 2024

When using the debugger, results from :ConjureCljDebugInput eval were not being displayed in the log buffer. It looks like these results are returned in the :debug-value field, so Conjure just needs to check if that field is available and print it if so.

For comparison, here is where the result is read in cider-nrepl, confirming that this is indeed the right field.

@Olical Olical merged commit 0d8ab89 into Olical:develop Feb 29, 2024
2 checks passed
@Olical
Copy link
Owner

Olical commented Feb 29, 2024

This looks good, thank you! I'll give it a go on develop tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants