Visualizations

Mouse Control

Display Values in a Structured Variable

The variables dock does not display values of the items saved in the structured data types. You can use assign-reference operator together with another variable.

alias &= structure.some_array[57];
structure.some_array[57] = "some new value";
// alias variable contains the new value too

Call Stack Dock

The file name provides a tool tip to display full filesystem path. Use double click to open the file and roll to the specified line.