Author Topic: The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.  (Read 43533 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.
« Reply #30 on: March 15, 2011, 08:37:42 am »
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!]

Offline Manolo

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.
« Reply #31 on: March 15, 2011, 09:05:17 pm »
Quote
p.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

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.
« Reply #32 on: March 15, 2011, 11:21:27 pm »
Quote
p.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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 06 March 2011 build (7040) DEBUGGER BRANCH version is out.
« Reply #33 on: March 15, 2011, 11:49:37 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.