carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.24k stars 1.48k forks source link

Add line-level debug info #4247

Closed dwblaikie closed 1 month ago

dwblaikie commented 1 month ago

Seems to work with lldb ( https://pastebin.com/igKkNECm ), though gdb has /some/ trouble with the paths (they aren't complete - just using the filename directly, not providing the working directory - might be some quick hacks that can help there).

jonmeow commented 1 month ago

I'm going to go ahead and merge since this is basically good, and send a separate PR for the safety check.