JuliaGPU/CUDA.jl

Interactive reflection of caught errors is broken

Open

#2,798 opened on Jun 25, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (1,408 stars) (274 forks)batch import
good first issue

Description

As reported on Slack by @expandingman, the suggested interactive reflection using err objects is apparently broken:

Hint: catch this exception as `err` and call `code_typed(err; interactive = true)` to introspect the erroneous code with Cthulhu.jl

Contributor guide