understanding exit codes
I am new to phpstorm and setup the debugger with little effort.
I was able to run my scripts within the application but I notice I get exit codes (eg. exit code 0 or exit code 255) Is there a resource availbe that can explain to me what each code means?
I assume 0 is that there are no problems.
Thanks in advance
Brian
Please sign in to leave a comment.
are you debugging JS or PHP?
"I get exit codes (eg. exit code 0 or exit code 255) " <- where exactly you get these message?