Code inspect export generating 500+MB file

I ran the PHP code inspect, which took a while and popped up some out-of-memory warnings, but after finishing, generated a big list of Unhandled exceptions (under PHP -> Error handling), and while I just wanted to export this list of warnings, the only way I saw was to click the Export button to the left side, which is now apparently generating a huge index.html file of EVERYTHING in the inspection...

How do I just export the list of Unhandled exception warnings?!

I need to fix possibly hundreds of unhandled exceptions for a PHP 5 -> 7 upgrade, and I don't want to lose them while I'm working, I need a separate list to reference.

2 comments
Comment actions Permalink

How am I supposed to just get the list of unhandled exceptions?

Run specific inspection only? https://www.jetbrains.com/help/phpstorm/running-inspections.html#run-one-inspection

Code | Analyze Code | Run Inspection by Name...

Something like that...

1
Comment actions Permalink

Note: It finally finished exporting and resulted in a 20GB file 😆

How am I supposed to just get the list of unhandled exceptions?

0

Please sign in to leave a comment.