Summary: | Debugger, When frame has no source, move to nearest frame that does | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | CPP Debugger | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-07-24 02:21:43 UTC
I think that would be more misleading than not moving at all as then you'll get the debugging pointer saying this is where we are, when you are not actually there. And don't forget about those who want to see the disassembled code :) Currently a status message should be displayed saying "no source" and if you have the disassembly window open the corect disassembled code will be displayed. Another idea would be to force display of the assembly window. |