| Summary: | should warn about unsaved documents or out of date binaries before starting debugging | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | JPollak <pardsbane> |
| Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | afrox, franke.daniel, jonsmirl, murphy.gebert |
| Priority: | NOR | ||
| Version First Reported In: | 3.0.0a4 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
JPollak
2003-06-13 18:27:55 UTC
*** Bug 72360 has been marked as a duplicate of this bug. *** *** Bug 79864 has been marked as a duplicate of this bug. *** KDevelop from CVS HEAD (20040808) has still this 'feature'. This should be configurable as 'Compile before Run' at least. Jan it works already in "save-compile-run" the only problem is "save-compile-debug" like the bug report says. *** Bug 94957 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** VC6 did it so I was very used to that behaviour... For all the time I have wasted because the debugger was still running an old binary and I couldn't figure out what was going on I probably dont need to be reminded anymore to recompile, but it's still a nice one. SVN commit 501897 by vprus: When starting debugger, try to detect if project is possibly modified and offer to rebuild it. BUG: 59735 M +131 -6 debuggerpart.cpp M +26 -0 debuggerpart.h |