PHPStorm 2019.3.1 (Win7x64) - Debug Icon in Toolbar Keeps Disappearing when I Launch App

Every time i launch this app the debug icon is missing from the toolbar. I then have to go to "Customize Toolbar" and click "OK" and it re-appears in the toolbar. So strange. When i close PHPStorm and relaunch, it is missing again.

My debugger is configured correctly since i can debug just fine. It just is missing the icon each time in the toolbar.

Btw, i originally had 2019.1.3 and it worked just fine.  No problems. But after i updated to 2019.3.1 that is when the icon kept disappearing.

Interestingly,

1. let's say i was working on an project in PHPStorm.  When i close PHPStorm and reopen, the project is auto-loaded, but the debug icon is missing.  I close the PHPStorm a

2. I double-click a different PHP file (unrelated to the project).  It starts PHPStorm and i see the debugger icon is missing.  I close PHPStorm

3. Now i just click the PHPStorm app icon.  This brings up its File selector window.  I select either project.  It starts PHPStorm and NOW i see the debug icon is showing.  Huh???

Any ideas?

0
Avatar
Permanently deleted user
UPDATE:
 
I was able to fix it. I had to go:
  1. Configure Menus and Toolbars
  2. Click the "Main Toolbar"
  3. Reset to Defaults
  4. Begin to manually put back all of my preferred icons and their orders BUT leaving the debug icon inside its default folder. It is fine to delete anything inside it (e.g. RUN and Listen for Debug Connections). Strangely, it seems important not to add anything new into that folder.
  5. Restart PHPStorm
This worked for me. It seems the app really needs to keep its default layout for the Debug icon or it gets confused in v 2019.3.1 .. this was not a problem in 2019.1.3.
0

请先登录再写评论。