News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

"Management" doesn't display vars etc

Started by AZ, November 03, 2019, 03:01:43 AM

Previous topic - Next topic

AZ

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)

oBFusCATed

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!]

AZ

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)

oBFusCATed

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!]