Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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"

enter image description here

like image 926
Leonel Matias Domingos Avatar asked Apr 25 '17 19:04

Leonel Matias Domingos


1 Answers

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

like image 120
realplay Avatar answered Sep 29 '22 14:09

realplay