Developer forums (C::B DEVELOPMENT STRICTLY!) > Compiler Framework Redesign

XML based compilers

<< < (35/41) > >>

oBFusCATed:

--- Quote from: MortenMacFly on December 13, 2012, 04:50:57 pm ---Is that related to the compiler?

--- End quote ---
I suppose it is. It happens when there are some major header changes and there are more that one compilation commands.
The error is in a cpp file, not a header. I've never seen this bug with the older builds. I'll try to reproduce this with the C::B's
project.


--- Quote from: MortenMacFly on December 13, 2012, 04:53:01 pm ---Windows or Linux?

--- End quote ---
Both linux.

MortenMacFly:

--- Quote from: oBFusCATed on December 13, 2012, 05:33:58 pm ---I'll try to reproduce this with the C::B's project.

--- End quote ---
That would be nice because I don't understand currently, how a compiler session could interfere with a debugger session?!

oBFusCATed:

--- Quote from: MortenMacFly on December 13, 2012, 05:49:51 pm ---That would be nice because I don't understand currently, how a compiler session could interfere with a debugger session?!

--- End quote ---
This is if you have the option "Auto-build project if it is not up-to-date" enabled.
So when you start the debugger, first the compiler is run to build the project.
Normally, when the build fails a message pop-up asking you if you want to debug the project anyway.
This popup doesn't show up with the latest build.

MortenMacFly:

--- Quote from: oBFusCATed on December 13, 2012, 05:52:35 pm ---This is if you have the option "Auto-build project if it is not up-to-date" enabled.

--- End quote ---
done that, started debugging and it stops at the build error, shows the asks if I want to to debug anyways and both options work for me...?!

What do you mean with:

--- Quote from: oBFusCATed on December 13, 2012, 05:33:58 pm ---I suppose it is. It happens when there are some major header changes

--- End quote ---
?

Is there a safe way to reproduce?

oBFusCATed:

--- Quote from: MortenMacFly on December 13, 2012, 08:27:05 pm ---Is there a safe way to reproduce?

--- End quote ---
Yes, at least on linux.
1. add space to cbeditor.h
2. add some garbage in src/src/main.cpp
3. press f8

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version