Grasshopper

algorithmic modeling for Rhino

Hi Gang-

I've got two machines, a 32 bit desktop and a 64 bit laptop.  Visual Studio 2010 on both. Developing a Grasshopper plugin, all has been working fine for months.  

However, sometime in Dec the 64 bit laptop stopped stopping for breakpoints in VS2010. The other machine still works fine, I'm compiling the same code.  The plugins run fine on both machines.  The GrasshopperDeveloper settings are the same... I reinstalled Rhino 5 and Grasshopper... But the laptop now ignores breakpoints.

I don't know what else to look at for things that might make one build environment catch breakpoints and the other not.  Are there any clues for other possible causes? 

Thanks!

     - Brian -

Views: 751

Replies to This Discussion

Hi Brian,

several things might cause it:

  • the built .gha is not the one that is actually loaded. It is residing in another location.
  • the build process does not produce a .pdb file with the same date and time as the .gha file
  • the .gha file is in release mode
  • _GrasshopperDevelopeSettings "Memory Load" is checked (this impedes debugging)
  • the runtime used by Rhino is younger than the debugger used by VS (improbable if using Rhino 5 and VS2010)
  • ...several other causes

What happens when you click the "pause" button in VS, after having started Rhino with the VS "play" button?

- Giulio
_________________
giulio@mcneel.com

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service