简体   繁体   中英

PhpStorm debug console says “this view is read only”

I have xdebug stop in one breakpoint and I want to test some code in console but I have a problem.

I can't write in console and when I tried to paste it says "this view is read only"

在此处输入图片说明

I had the same issue with log files. Disabling all log highlight plugins (ie Ideolog) fixed it. They weren't highlighting anything anyway except scrollbar in green color. Hope this helps somebody.

If I'm reading your screenshot and what you wish to do correctly ... then PhpStorm version you are using is too old.

The Interactive Debug Console was added in v10 while you are using v9.0.2.

https://blog.jetbrains.com/phpstorm/2015/09/get-an-advantages-of-interactive-console-during-debugging-in-phpstorm-9-5-eap/

Upgrade your PhpStorm to the latest version -- which is 2017.1.2 right now.

Sometimes this can happen for the log file that is too large. PhpStorm disables the possibility of editing it and adds “this view is read only” message.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM