Bug 395441 - Pressing F4 to jump to first error no longer works after debug
Summary: Pressing F4 to jump to first error no longer works after debug
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 5.2.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 16:22 UTC by TheComet
Modified: 2020-04-06 18:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TheComet 2018-06-15 16:22:17 UTC
Overview
--------
Pressing F4 jumps to the first compilation error. This stops working when entering debug view and continues to not work when returning to the code view.

Steps to Reproduce
------------------
1) Press F9 to start debugging
2) Stop debugging
3) Edit your code so it no longer compiles
4) Try to compile it (F8)
5) When errors start popping up, press F4.

Actual Results
--------------
Pressing F4 does nothing.

Expected Results
----------------
Pressing F4 should jump to the first compilation error.

Build Date and Platform
-----------------------
I'm using dev-util/kdevelop-5.2.3 from Gentoo's package manager.

4.14.15-gentoo #2 SMP Thu May 17 23:46:53 CEST 2018 x86_64 AMD Ryzen Threadripper 1950X 16-Core Processor AuthenticAMD GNU/Linux
Comment 1 TheComet 2020-04-06 18:46:53 UTC
Are you guys ever going to fix this? Seems like really low hanging fruit and it's one of the most annoying "features" I encounter on a daily basis. Would really appreciate any feedback or update.