Author Topic: How to disable "Jump to first error" after compiling  (Read 2494 times)

Offline sparhawk

  • Multiple posting newcomer
  • *
  • Posts: 26
How to disable "Jump to first error" after compiling
« on: January 10, 2014, 06:20:04 pm »
When a compiler error is shown, after compiling CB jumps automatically to the line where the error occured. Can I disable it, that CB does this automatically? I find it particularly annoying when working on a template and the problem is in quite a different place then the compiler tells me. Then I always have to find the line again, where I was working on.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How to disable "Jump to first error" after compiling
« Reply #1 on: January 10, 2014, 08:46:31 pm »
You could simply use Bookmarks. (CTRL+B)...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How to disable "Jump to first error" after compiling
« Reply #2 on: January 10, 2014, 09:09:03 pm »
You can always click on the "Instanced here" or "Referenced here" line it will bring you back to the correct position.
(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!]