Home > database >  What do the vscode 'cube' and 'spanner' debugger symbols mean
What do the vscode 'cube' and 'spanner' debugger symbols mean

Time:01-07

enter image description here

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

CodePudding user response:

cube means a method (or a function)

spanner means a property that is not a function

  • Related