Overview
Explore the powerful debugging capabilities of Infiltrator.jl in this conference talk from JuliaCon 2024. Learn how this Julia package offers a middle ground between traditional debugging methods, providing interactive breakpoints without the runtime overhead of interpreter-based debuggers. Discover the implementation details of Infiltrator.jl and gain insights into common workflows for efficiently debugging Julia packages and applications. Understand how this tool enhances the debugging experience by offering source-code level interaction through an interactive REPL at breakpoints, surpassing the limitations of println-debugging while avoiding the complexity of low-level gdb-based debuggers.
Syllabus
Infiltrator.jl - No-Overhead Breakpoints in Julia | Pfitzner | JuliaCon 2024
Taught by
The Julia Programming Language