Skip to main content

How to disable debugging on VMware beta products



This blogger has a good suggestion...

To disable debugging under Linux:

cd /usr/lib/vmware
mv bin-debug bin-debug.bak
mkdir bin-debug
cd bin
cp vmware-vmx* ../bin-debug


check it out.

Comments