Opened 14 months ago
Closed 14 months ago
#18590 closed bug (invalid)
Debugger can't find sources
Reported by: | dsizzle | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I'm not sure when this started happening, but I tried to debug an ArtPaint issue and the Debugger simply says "Source file unavailable" without any way to locate the source. It used to work fine and sometime recently-ish it seems to have broken.
I'm currently on hrev57274 but it was happening before I updated.
Change History (2)
comment:1 by , 14 months ago
comment:2 by , 14 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
-gdwarf-4
should now work. The issue is really with the GCC port, and is tracked here: https://github.com/haikuports/haikuports/issues/9261
Note:
See TracTickets
for help on using tickets.
See this forum topic for more info. Seems passing
-gdwarf-3
as a compile option is a valid workaround for now?