Describe the bug
Support for debug information is missing
Expected behavior
There is enough debug information present that basic debug workflows are supported, including:
- stepping through lines of source code;
- showing the values of variables;
- setting breakpoints by name
Actual behavior
No debug information is emitted, a debugger can only step through machine code and rely on symbol table information
Describe the bug
Support for debug information is missing
Expected behavior
There is enough debug information present that basic debug workflows are supported, including:
Actual behavior
No debug information is emitted, a debugger can only step through machine code and rely on symbol table information