Opened 2 days ago
Last modified 2 days ago
#19243 new bug
Debugger didn't retrieve the source code from debuging info
Reported by: | DigitalBox98 | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
In some situations, the Debugger is not able to retrieve the source code of the program.
In the example attached, putting the break point in the About dialog part is not attaching it in the source code. The breakpoint is working however the source code is not more displayed after that.
Attached example : SimpleOpenGLCube : working example (Debugger is able to work with the source code) SimpleApp : example where Debugger is not able to retrieve the source code once the main is runned
Attachments (6)
Change History (7)
by , 2 days ago
Attachment: | debug1.png added |
---|
by , 2 days ago
Attachment: | debug2.png added |
---|
Putting breaking in the AboutDialog is not attached to the source code for an unknown reason
by , 2 days ago
Attachment: | debug3.png added |
---|
Once the breakpoint is reached, no source code is diplayed
by , 2 days ago
Attachment: | debug4.png added |
---|
The application source code is no more found by the Debugger
by , 2 days ago
Attachment: | SimpleOpenGLCube.zip added |
---|
Example where Debugger is working without any issue
comment:1 by , 2 days ago
Component: | Applications → Applications/Debugger |
---|---|
Owner: | changed from | to
Initial run working OK (source displayed)