Author Topic: "Management" doesn't display vars etc  (Read 3738 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
"Management" doesn't display vars etc
« on: November 03, 2019, 03:01:43 am »
hello,
 the "management" window doesn't display any information about variables. There are 3 tabs - "Projects", "Resources" and "Files".
is there something I need to enable, perhaps?
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "Management" doesn't display vars etc
« Reply #1 on: November 03, 2019, 10:40:12 am »
The "Symbol browser" is disabled for newer builds to prevent crashes. The only thing you could do is post a patch to fix the problems with it.
(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 AZ

  • Almost regular
  • **
  • Posts: 151
Re: "Management" doesn't display vars etc
« Reply #2 on: November 04, 2019, 05:21:33 am »
ohh... doesn't sound too good... why is it crashing? Clion and Visual Studio Code are working fine in my setup ( latest fedora)
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "Management" doesn't display vars etc
« Reply #3 on: November 04, 2019, 09:15:09 am »
Because it is calling UI stuff from non UI thread to make it less blocking.
(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!]