Does Mojo implements the Debug Adapter Protocol?
Could we understand that Mojo implements the Debug Adapter Protocol? Meaning, it's created by Microsoft and we can debug Mojo in vscode, so I guess then we could use it for debugging Mojo in other IDEs like nvim (using nvim-dap). Am I right?
1 Reply
LLVM
YouTube
2024 EuroLLVM - Mojo debugging: extending MLIR and LLDB
2024 European LLVM Developers' Meeting
https://llvm.org/devmtg/2024-04/
------
Mojo debugging: extending MLIR and LLDB
Speaker: Walter Erquinigo, Billy Zhu
------
Slides: https://llvm.org/devmtg/2024-04/slides/TechnicalTalks/MojoDebugging.pdf
-----
Modular has made great strides towards bringing full-fledged debugging support for the Mojo progr...