Opened 13 years ago
Closed 13 years ago
#7818 closed bug (fixed)
Debugger has trouble showing useful data
Reported by: | pulkomandy | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Debugger | Version: | R1/alpha3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I used debugger to find a bug in another application, namely APlayer ( http://pulkomandy.lexinfo.fr/projects/APlayer )
I found the following problems :
- In the file and functions list, I have to click on a function to get the source shown. I expect clicking on a file to also open it, on no particular function (either start of file or where it was last open)
- After reproducing my bug (the one that was fixed in APlayer's hrev5), I get the backtrace (an assert fail somewhere in Polykit). From there, Imove to the real problem (SidFile::TestIt), but the variables view is empty. At first the source was not found, I had to locate it before I could see it. Maybe that's related ? (variable list not refreshed after source locating ?)
Change History (5)
comment:1 by , 13 years ago
Component: | - General → Applications/Debugger |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
comment:4 by , 13 years ago
Status: | assigned → in-progress |
---|
Looks like a problem when parsing the CIE, investigating ...
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
CIE Parsing issue fixed in hrev42434. Please file a separate enhancement ticket for the file/function list request.
Note:
See TracTickets
for help on using tickets.
What is the actual SVN URI for the source tree? I'm unable to find that via the Trac installation you've pointed at, and a few attempts at obvious possibilities have failed so far.