User forums > Nightly builds

The 14 April 2012 build (7932) is out.

<< < (9/22) > >>

Wyz:
I confirm something strange with this nighlty. When opening large source files (> 10.000 lines) or switching from one to an other using the tabs it is very slow.
Latest build I'm using is 7789 and this doesn't occur.

oBFusCATed:
Disable the TODO plugin and it will be fast again.

Wyz:
Indeed, thanks.

hooluupog:
Hi,
   I debug my code in  build (7932) but codeblocks freezed.

--- Code: ---  std::vector<_int> out;
  std::vector<_int> in;
  in.resize(num.length());
  for(;i<num.length();++i)        // when debugger going into this line, codeblocks freezed.
 in[i] = num[i]-'0';
 out.resize(num.length());
--- End code ---
num was defined as a string with 100000 chars. I tried to shrink num into 10000 or so then it needed 2 minutes  to get the result. It is so slow to debug a large data.

oBFusCATed:
hooluupog: Read few post about about "set print elements"

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version