What is the work of developer mode in Download section of Vahana Cloud?
2 Likes
Developer mode does not uglify the javascript at the time of build.
This helps in looking at the code execution of the application using chrome debugger.
You might also want to enable debugger with this which will give you the additional information about the vFlow application.
2 Likes
Thanks, and Is the debugger icon available in the header of vFlow application is visible by enabling this developer option only or we have to do something else also ?
1 Like
To display the debugger icon you will have to select the Debugger checkbox in the Application Properties in the Downloads section
4 Likes