Step debugging collapses my expanded arrays in Eclipse's Debug View (C++) -


i've googled brains out , can't find addressed anywhere, hope here can me.

i'm coding in c++ using nsight eclipse edition in centos linux 7.1, , whenever i'm step debugging, i've found every step take through code causes expanded arrays , structs in variables view collapse. frustrating because interested in watching contents of arrays , structs. , behaves same way if try watch them in expressions view. has else seen , found way keep expanded things open? thanks


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -