Michael Hogg
Michael Hogg
Many thanks to @yannickcr and [all contributors](https://github.com/yannickcr/eslint-plugin-react/graphs/contributors) for developing this great plugin :slightly_smiling_face: Regarding issue #599 (_"`sort-comp`: Consider separating static fields & instance fields into separate groups"_), and PR #1470...
A command (such as `run`) is sent to the debugger engine on line 197: ``` S.SESSION.send(command) ``` The engine could respond with `status="stopping"`. From the [DBGP docs](http://xdebug.org/docs-dbgp.php#initiating-a-debugging-session): > This 'stopping'...