Skip to content

Show the value instead of $(QuoteNode(f)) in next-expression display#406

Merged
KristofferC merged 2 commits into
masterfrom
kc/quotenode-display
Jul 18, 2026
Merged

Show the value instead of $(QuoteNode(f)) in next-expression display#406
KristofferC merged 2 commits into
masterfrom
kc/quotenode-display

Conversation

@KristofferC

Copy link
Copy Markdown
Member

A function breakpoint can leave the frame stopped on a bare quoted value (the callee), which print_next_expr printed verbatim as About to run: $(QuoteNode(print)). Unwrap the QuoteNode and show the value itself (quoted Symbol/Expr values are kept as-is so they still display with :).

On Julia 1.12 the call-preview logic already covers the common case; this mainly improves 1.10/1.11.

Fixes #352

🤖 Generated with Claude Code

#352)

A function breakpoint can leave the frame stopped on a bare quoted
value (the callee); unwrap it for display.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@KristofferC
KristofferC force-pushed the kc/quotenode-display branch from 3dc67e6 to 570be9f Compare July 18, 2026 12:38
@KristofferC
KristofferC merged commit 0f998be into master Jul 18, 2026
12 checks passed
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.

Breakpoint on function stops at $(QuoteNode(f))

1 participant