I am new to VB scripting and was dabbling with some scripting for Excel. I noticed that their scripting editor had a host of debugging features which seem essential, especially to someone starting out. Is there a way to set a break point and use a command window in order to Step through lines of code and access the value of variables, dimension & sizes of arrays etc?
Is their a way to use Visual Studio in order to debug scripts? I believe it has all the debugging features, but since the VB component is a "module" within a plugin, and the values are coming in through the grasshopper solution I think this might be hard.
Does anyone know how to set up Visual Studio to import whatever namespaces etc it has to import?
Does anyone have any debugging types for working within the tools given to use with the grasshopper vb component?
The only other thing that I can think of in order to assist in Debugging would be to use strategically placed Msgbox functions to display certain values at runtime.