| Summary: | Clickable assert errors | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | David <daviddoria> |
| Component: | run support | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David
2012-01-29 01:38:14 UTC
yup, that would indeed be nice. This is already implemented for Q_ASSERT-style output. Check kdevplatform.git:outputview/outputfilteringstrategies.cpp -- Patches adding support for assert() welcome. Marking as junior-job sadly, this is not so easy b/c assert messages usually emit just the file name, not the full path. see bug 354695 for more info and a preliminary patch. *** This bug has been marked as a duplicate of bug 354695 *** |