Open
Description
TL;DR
The following tasks are outstanding:
- Implement debug info generation for truffle-based images at runtime
- Add debugging capabilities for MacOS (Mach-O) #8054
- Implement debug type and local var info generation on Windows
- Improve Linux debug info support for Linux tools (perf and valgrind)
Goals
- Enable high quality debugging on all supported OSes equivalent to that available on Linux/gdb as far as possible.
- Enable high quality analysis of code performance and memory usage via Linux tools that employ debug info
Non-Goals
- Not currently expecting to support debug capabilities beyond those available on Linux/gdb.
Metadata
Metadata
Type
Projects
Status
In Progress