generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
When loading a large file (something like 600KB of json), the terminal tinker loads it fine, but the plugin to PHPStorm freezes up and there is no way from inside the GUI to kill the process. How do I kill the window? It does not seem that killall -9 php
works. The only way to close this process is to close PHPStorm and reload completely.
To Reproduce
I loaded a 650KB 5 level nested JSON file, and it could not echo out the output.
Expected behavior
It should have displayed the JSON, or, display an error message if it was too large.
Environment (please complete the following information):
- IDE & Version: [e.g. PHPStorm 2020.2.4]
- PHP Version: 7.3.21
- OS: Mac OS X Big Sur, MacBook Pro 2018
- Laravel Tinker plugin version : 1.3.0
- Interpreter Type: Local
- Laravel Version: 6.20.4
- Tinker version: 2.5.0
Additional context
I'm not sure if this is something wrong with my machine or not - or if it's a known bug.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working