SublimeTextXdebug
SublimeTextXdebug copied to clipboard
Xdebug Context parse/render Optmization
Currently the Xdebug Context windows parses the data for every iteration with code. Seems fine, but its currently very slow to render. I know it cause I use older machines too.
Would be better if the package checked which data changed and them render only the portion of the view variables which has changed data.