This question has been flagged
2 Replies
2780 Views

how to eliminate the deboguer view window? Thanks

Avatar
Discard

Debugger view window? You mean the window besides the name that says DebugView#XXX? What version you are in 6.1 or 7.0?

Author Best Answer

yes in version 7 Thanks

Avatar
Discard
Best Answer

In the version 7.0 you can logout of the database and reenter the url. If you see it closely, you can see it has a format like this.

http://hostname:port/?db=demo&debug

The debug means you have debug activated, just rewrite the url like

http://hostname:port

And it should enter without debug activated.

Avatar
Discard