Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: spflanze on March 22, 2018, 12:57:37 am

Title: F7 Fails Debug Stepping, Opens Find & Replace Instead
Post by: spflanze on March 22, 2018, 12:57:37 am
When I am debugging I need F7 to step to the next line. What happens instead is the Replace dialog opens. The same window that Ctrl - R opens.

What has gone wrong here?

My OS is Windows 7.
Code::Blocks version 16.01

Title: Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
Post by: oBFusCATed on March 22, 2018, 01:07:37 am
Are you using the key binder plugin to re-assign shortcuts?
What is written next to Debug -> Next line?
For me it is F7.
Title: Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
Post by: spflanze on March 22, 2018, 04:12:13 am
I have the plugin "Keyboard shortcuts 1.0.51 2015/08/21" installed. When I disable it there is no change. I do not know how to use this to make shortcut changes.

The shortcut I see at "Debug => Next line" is F7
Title: Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
Post by: oBFusCATed on March 22, 2018, 08:04:59 am
Do you have the debugger running and it being stopped on a breakpoint?
Title: Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
Post by: spflanze on March 23, 2018, 01:30:58 am
Yes, and I am able to step through code using the debugger menu. But F7 does something other than step through code.