It seems that running meteor script does not support the debugging option at the moment, but you can fix it yourself:
Open the launch of the meteor script in a text editor (use which meteorto find it)
( $NODE_DEBUG):
exec "$DEV_BUNDLE/bin/node" $NODE_DEBUG "$METEOR" "$@"
:
NODE_DEBUG=--debug meteor