Visual Studio question

Visual Studio question

PACDrafting
Collaborator Collaborator
356 Views
2 Replies
Message 1 of 3

Visual Studio question

PACDrafting
Collaborator
Collaborator

 

In Visual Studio, how do I decipher through the API when debugging? (Similar to using the Locals Window in VBA).

 

Thanks

0 Likes
357 Views
2 Replies
Replies (2)
Message 2 of 3

philippe.leefsma
Alumni
Alumni

Hi PACDrafting,

 

Place a break point and use the watch window...

 

However the .Net debugger is less powerful than the VBA one, for example you wont be able to visualize the conte^nt of the collections, unless you write code to iterate through them.

 

This is a very general question, you may want to browse a bit the web in order to find tutorial on Visual Studio and debugging.

 

I hope it helps.

 

 

Philippe Leefsma
Developer Consultant
Developer Technical Services
Global Subscription & Support
 

Autodesk EMEA

 

www.autodesk.com/joinadn



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

0 Likes
Message 3 of 3

PACDrafting
Collaborator
Collaborator

Thanks very much.

0 Likes