Open specific file when debugging in VS

hello!

Simple question, when debugging my GH component in VS2022, the debugger always opens a generic Rhino instance. How can I get it to open a specific .3dm file where I have the test geometry?

Thanks!!

I have the same question.

but in the meantime you could use “hot reload”(Alt+f10) in VS to apply changes to your code without the need to restart Rhino or grasshopper.