w00fz / xdebug-osx

Simple bash script to toggle xdebug on/off in OSX
MIT License
274 stars 23 forks source link

Add command arg for profiler toggle #20

Open cliffordp opened 4 years ago

cliffordp commented 4 years ago

if xdebug is off, profiling is off.

if xdebug is on, profiling may be on or off.

if xdebug is on, php runs slower. if xdebug profiling is on, php runs way slower.

so having a command argument/flag to switch profiling on/off while changing (or not) xdebug's on/off.