Latest MySQL Sandbox version uses environment variable SBDEBUG to start mysql instances in debug mode, but i can't pass mysql --debug option.
export SBDEBUG=d:t:O,/tmp/client.trace
cd ~/sandboxes/msb_5_6_13
./start
I want to get strace output. How can i do that ? Links: