Hi @dan @CallumSykes
Kudos to the updated docs - it’s been a while since I set up a project that needed Mac specific work but the docs made it very straightforward to set up the debugger with VSC. My only present qualm is that when you hit a breakpoint, the Grasshopper window stays topmost and needs to be dragged out of view to use VS effectively.
Command line launch arguments
Firstly - the docs mention using /nosplash
etc. as command line args in the code comments for launch.json
. I needed to use --
as a prefix, so these could be updated if that is a general case.
Secondly, when using the following:
--nosplash --notemplate --runscript=\"Grasshopper\"
I get the following command history:
Command: "Grasshopper"
Unknown command: "Grasshopper"
Subsequently, Grasshopper fails to launch.
Of course then typing the Grasshopper command manually launches it just fine.
Do I need to do something different to get Grasshopper loaded before runscript executes?