1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Atom php-debugのデバッグ画面が表示されない

Last updated at Posted at 2017-04-26

赤い部分がいつの間にか表示されなくなっていた。
スクリーンショット1.png

config.csonの設定を変更すれば良いらしい。

/Users/ユーザ名/.atom/config.cson

  "php-debug":
    AutoExpandLocals: true
    DebugXDebugMessages: true
    PhpException: {}
    currentConsoleHeight: "139px"
    currentPanelHeight: "0px" → 100pxに変更
    currentPanelMode: "bottom"

設定変更後、Atomを再起動すれば表示されているはず。

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?