Grasshopper

algorithmic modeling for Rhino

Hi.
I am used to using MatLab, an now when I am using the VB scripting component, there are som things that i miss. Like how do you check you code? In matlab there is a command window where you can type and check all of your arrays and so on? I can't seem to do that here in the VB component. Do I then need another program or how do you guys work with it?

Best regards Rasmus

Views: 307

Replies to This Discussion

Hi Rasmus,

There is no debugging support in the VB component. You can always print values to the out window (hook panel component to the "out" part of the VB component and use Print(some value) inside your code).

If you need proper debugging, you can use Visual Studio Express (free) to write and debug your code before copying it inside a GH component. Full details can be found here:
http://en.wiki.mcneel.com/default.aspx/McNeel/DotNetExpressEditions
Okay..

Thanks for the answer...

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service