-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Describe the bug
I have been trying to use Visual Code to debug Autolisp and one of the issues that I am noticing is that I can't seem to step into the selection set or entity objects like I could do with the VLIDE. Below are some screenshots showing both the Visual Code and VLIDE screen.
To Reproduce
Steps to reproduce the behavior:
To reproduce the behavior create a simple Autolisp function like the one I have in the screenshot or below. Next, draw some lines, circles, rectangles, on the screen and then use the function to select the objects.
(defun SelectionSetTest ()
(setq test (sseget))
)
Expected behavior
Ideally, I would like to be able to double click or right click on the selection set and get the entities that are in that selection set. From there I would like to be able to double click or right click on the entity to see information about the entities. In the image showing the VLIDE you can see what I am talking about.
I double clicked on the selection set and it opened up the "PICKSET" window that showed the 4 entities (3 Circles and 1 Polyline) from there I was able to double click on the first circle in the list and get the "ACAD CIRCLE" window to pop up. From there I could double click on the layer and get the "AUTOCAD TABLE ENTRY" window to pop up.
Screenshots
Desktop (please complete the following information):
- OS: Windows 10
- Version AutoCAD 2022
Additional context
N/A


