Confirm selection set

Confirm selection set

saitoib
Advocate Advocate
479 Views
3 Replies
Message 1 of 4

Confirm selection set

saitoib
Advocate
Advocate

Hi all.

 

In the case of VisualLISP, I was able to click on a selection set variable in the watch window during debugging to list its contents.
In the case of VSCode, I cannot seem to display the details.
Is there a solution?
 
Thank you.
 
Saitoib
0 Likes
480 Views
3 Replies
Replies (3)
Message 2 of 4

pbejse
Mentor
Mentor

You can try setting up a breakpoint and then use Step into ( F11)

Then you can add the variable name on the watch window

pbejse_0-1632566521709.png

You can also "see" the details at DEBUG CONSOLE while in debug mode

pbejse_0-1632567287748.png

 

HTH

 

0 Likes
Message 3 of 4

saitoib
Advocate
Advocate

@pbejse 

Sorry for the late reply.

 

I can check the contents of the general variables, right?
However, I don't think I can check the contents of the selection set variables.

Saitoib
0 Likes
Message 4 of 4

saitoib
Advocate
Advocate

In the example shown, I want to see the contents of SS

Saitoib
0 Likes