News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.

Started by killerbot, March 06, 2011, 06:17:01 PM

Previous topic - Next topic

oBFusCATed

Post2: Won't happen with the current plugin, sorry... If you feel it is doable, patches welcome
Post1: Probably this is the problematic command: "set debugevents off", it is sent to late in the original example.

p.s. don't use localized compiler it can confuse C::B
(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!]

Manolo

Quotep.s. don't use localized compiler it can confuse C::B
This is a very interesting note to advise to every one using C:B and MinGW.
I used MinGW-Get. If I recall well, it installs localization automatically.

Thanks
Manolo

ironhead

Quote from: Manolo on March 15, 2011, 09:05:17 PM
Quotep.s. don't use localized compiler it can confuse C::B
This is a very interesting note to advise to every one using C:B and MinGW.
I used MinGW-Get. If I recall well, it installs localization automatically.

It does, but it doesn't mean it will be used.

I assume the localization issue is due to the fact that C::B does pattern matching on the errors / warnings that gcc/g++ outputs and that it does this pattern matching based on the English translations?

Jenna

Quote from: ironhead on March 15, 2011, 11:21:27 PM
I assume the localization issue is due to the fact that C::B does pattern matching on the errors / warnings that gcc/g++ outputs and that it does this pattern matching based on the English translations?
That's correct.