[Bug 57716] New: when main() is exitted, program should be executed until terminate

jozef.behran at krs.sk jozef.behran at krs.sk
Fri Apr 25 21:16:03 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=57716     
           Summary: when main() is exitted, program should be executed until
                    terminate
           Product: kdevelop
           Version: unspecified
          Platform: Mandrake RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jozef.behran at krs.sk


Version:            (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
OS:          Linux

Imagine the situation: I'm debugging a program. Stepping through the code I will reach the end of main(). When I issue "Step Over" now (or similar command) the program will stop somewhere out of the scope of my source codes and the call stack will say I'm at "0x400387F7 in __libc_start_main() from /lib/somewhere/i/dont/know/where/libc.so.6" or something similar. I must issue the command again to get out of the program completely.

Expected behavior is to let the program run until it is terminated without the spurious break in the situation described above.




More information about the KDevelop-devel mailing list