VSCode Debug Project on Mac - What's the magic?

This is my setup in Rider for Rhino 8


And the project settings;

{
	"profiles": {
		"Crash (Mac Rhino 8)": {
			"commandName": "Executable",
			"executablePath": "/Applications/Rhino 8.app/Contents/MacOS/Rhinoceros",
			"hotReloadEnabled": true
		}
	}
}
4 Likes