Author Topic: The 07 April 2012 build (7925) is out.  (Read 34451 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 07 April 2012 build (7925) is out.
« Reply #15 on: April 09, 2012, 10:36:03 am »
the build is back online :-)

zabzonk

  • Guest
Re: The 07 April 2012 build (7925) is out.
« Reply #16 on: April 09, 2012, 12:23:24 pm »
I haven't been following the debugger branch, as I don't use the debugger much, but what has happened to the local variables display in the watch window? If it has been moved elsewhere, where?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 07 April 2012 build (7925) is out.
« Reply #17 on: April 09, 2012, 03:02:42 pm »
Removed and waiting for a volunteer to reimplement them.  ::)
(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!]

zabzonk

  • Guest
Re: The 07 April 2012 build (7925) is out.
« Reply #18 on: April 09, 2012, 03:10:13 pm »
Quote
Removed and waiting for a volunteer to reimplement them.

It's an interesting model of software development where you "progress" by removing what to many people will be essential features.


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 07 April 2012 build (7925) is out.
« Reply #19 on: April 09, 2012, 04:03:56 pm »
Gnome people are our teachers, next version of C::B will have totally useless interface, but it will be touch ready  :P
(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 nenin

  • Almost regular
  • **
  • Posts: 202
Re: The 07 April 2012 build (7925) is out.
« Reply #20 on: April 09, 2012, 05:02:45 pm »
I haven't been following the debugger branch, as I don't use the debugger much, but what has happened to the local variables display in the watch window? If it has been moved elsewhere, where?
In some cases automatic view of local variables crashed gdb, or C::B, or both... You can view they manually. As I do.  ::)

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: The 07 April 2012 build (7925) is out.
« Reply #21 on: April 09, 2012, 06:53:17 pm »
I haven't been following the debugger branch, as I don't use the debugger much, but what has happened to the local variables display in the watch window? If it has been moved elsewhere, where?
In some cases automatic view of local variables crashed gdb, or C::B, or both... You can view they manually. As I do.  ::)

I've been getting GDB crashes too. Mostly when trying to watch local strings.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 07 April 2012 build (7925) is out.
« Reply #22 on: April 09, 2012, 07:33:00 pm »
stl pretty printers + locals + breaking at the { of the function is a guarantee of a gdb crash or a long wait, because gdb had returned massive output.
But this is not the real reason for the "removal". I wanted to do it in multiple windows, but current AUI is not capable of moving windows between notebooks, so I abandoned the idea.
(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 fubo

  • Multiple posting newcomer
  • *
  • Posts: 38
Re: The 07 April 2012 build (7925) is out.
« Reply #23 on: April 10, 2012, 11:20:55 am »
Issue reported here is still present.

Offline NilC

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 07 April 2012 build (7925) is out.
« Reply #24 on: April 10, 2012, 01:47:01 pm »
Hey guys!
Sorry for my English :)
rev 7918 and later - there are lags (not always, nearly 50\50) in C::B, when Debugger, or Compiler are started, also there are lags when you opening projects.
Platform: Win x64.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 07 April 2012 build (7925) is out.
« Reply #25 on: April 10, 2012, 01:54:23 pm »
Do you have lag, when switching between files?

If you have then this is a known problem.
(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 NilC

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 07 April 2012 build (7925) is out.
« Reply #26 on: April 10, 2012, 02:09:09 pm »
Hmm, nope. When files are opened and I switching between them - everything is OK.

Offline Halan

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: The 07 April 2012 build (7925) is out.
« Reply #27 on: April 10, 2012, 10:30:48 pm »
Awesome! Code::Blocks is getting better and more stable ever release :)