“_v” is the main function on edump, so usually the users use this for debugging every time. Recently this function, “_v” has been equipped with a feature which can receive variable arguments. The users will be able to send some messages at the same time. For example
■Previously( 1 argument only)
_v($value);
■Currently
_v($val1, $val2, $val3);
Of course the user can utilize this feature on the 4 languages: PHP, JavaScript, Ruby and Python. Probably this feature will be able to contribute to your program’s development efficiently.