Author Topic: F7 Fails Debug Stepping, Opens Find & Replace Instead  (Read 2580 times)

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
F7 Fails Debug Stepping, Opens Find & Replace Instead
« 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


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
« Reply #2 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
« Reply #3 on: March 22, 2018, 08:04:59 am »
Do you have the debugger running and it being stopped on a breakpoint?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: F7 Fails Debug Stepping, Opens Find & Replace Instead
« Reply #4 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.