Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do the vscode 'cube' and 'spanner' debugger symbols mean [duplicate]

enter image description here

What do the vscode 'cube' and 'spanner' debugger symbols mean. Please see inserted picture.

like image 429
user1592380 Avatar asked Sep 19 '25 07:09

user1592380


1 Answers

cube means a method (or a function)

spanner means a property that is not a function

like image 154
Konrad Linkowski Avatar answered Sep 22 '25 04:09

Konrad Linkowski