Hi all,
I'm using Visual Studio 2022. What are the common procedures to debug my code in VS.
For example: I want to view the properties of a Coordinate system after getting selected object using,
Dim csys = swActiveDoc.SelectionManager.GetSelectedObject6(1, -1)
The if I view that "csys" in Quick Watch, It gives the error shown in below image and sometimes "To inspect the native object, enable native code debugging" error.
Please help me. Thanks in Advance.
