You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reloading without extensions, the app reloads successfully; however, while the Debug menu is still present, it's empty.
Reproduction
Select Debug > Reload Without Extensions
Click on the Debug menu item
Expected behavior
This may be due to my ignorance in how the Debug menu is implemented, but I would have expected there to be something in this menu; at least the Reload With Extensions option, maybe also the Chrome Developer Tools menu.
Or the Debug menu should be removed altogether if there's nothing in it; it doesn't make sense to me why the UI would offer an empty menu like that.
OS, Browser and Phoenix versions
Windows 10 x64
Phoenix Code 3.9.4 for Windows x64
logs or debug stack trace if any
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue @nmalinoski . The debug menu in phoenix is a feature carried over from Brackets and its main intent was to debug Phoenix itself. This was confusing and we moved a lot of those features into a Phoenix Code Diagnostic Tools submenu in debug as we prepare to integrate more debug tools into Phcode.
Note to future fix
This will be address in the coming releases, but this specific issue of reload without extensions may need to be reworked to prevent user confusion. We should split this into two options:
1.Reload phoenix code core only option inside Phoenix Code Diagnostic Tools sub menu
2. Reload without extensions option should only reload without any user installed extensions. all core extensions should be loaded as that will be a user facing top level option.
Describe the bug
When reloading without extensions, the app reloads successfully; however, while the Debug menu is still present, it's empty.
Reproduction
Expected behavior
This may be due to my ignorance in how the Debug menu is implemented, but I would have expected there to be something in this menu; at least the Reload With Extensions option, maybe also the Chrome Developer Tools menu.
Or the Debug menu should be removed altogether if there's nothing in it; it doesn't make sense to me why the UI would offer an empty menu like that.
OS, Browser and Phoenix versions
logs or debug stack trace if any
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: