Getting error on "make debug"

Win 10 Rack V1

Getting the following error when using “make debug”

ImportError: No module named site
make: *** [Makefile:65: debug] Error 1

What am I missing?

TIA

Don

In Linux I just start “gdb Rack”, then set some useful breakpoints with “break Classname::methodname” and start it with “run -d”. Might work in Windows, too. For useful callstacks and single step debugging, you might need to change compile.mk in the Rack main directoy and use “-O1” instead of “-O3”.