CommandLine edump for Windows has been developed

We received a request for developing a command line version for edump a long time ago. so we’ve developed and provided it already.

When you use this module, you can send a message on Windows. Some kind of programming language has already been connected to the “Command Prompt” of Windows. As a result, the existing language can access edump through this module. You can download the module on the web page below.

https://www.edump.net/admin/code_other.php

This command of edump will work on your computer’s environment!

[ New feature ] edump’s viewer has been equipped with a new feature.

Hello everyone. Recently edump’s viewer has been equipped with a new feature which is switching to “Show User Interface”. You’ll be able to change the status when needed. When you use this feature, you can see more variables on the viewer. You will be able to change the status when you push “Shift + 1” on the keyboard . Pushing it everytime, showing the status of the User Interface will be changed. We hope to improve your development environment.

The plugin for WordPress has been upgraded.

The plugin for WordPress has been upgraded recently. Its version is 1.0.1 now. The user can arrange the settings depending on the situation. And this version has been equipped with a “JavaScript” module also. You can choose to use these features on the administration panel. It’s convenient when you are developing plugins and themes using the language of JavaScript.  We hope to improve the user’s development environment every time.

edump

“_v” which is the main function of edump has been equipped with a feature that can receive variable arguments.

“_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.

Largely accessing edump will be prevented.

Recently edump has been equipped with a new feature which prevents it from being accessed by unauthorized and malicious websites. This feature can recognize specific malicious access and users on the system so edump will still be able to run the service for their users if bad users try malicious access. We want to provide safe and quality service for our users every time so we will improve edump again and again.