Skip to content

Developer Tools Not Visible After Detaching on macOS #370

@lmoronil

Description

@lmoronil

Hello,

I'm experiencing an issue with Microsoft Edge on macOS (Version 140.0.3485.81 (Official build) (arm64)).
After detaching the Developer Tools window, it no longer appears on screen when I try to open it again. The page layout changes (e.g., device simulation activates), indicating that DevTools is running, but the window itself is not visible.

defaults delete com.microsoft.edgmac DevToolsWindowBounds

2025-09-25 22:20:21.873 defaults[68940:41223172] 
Domain (com.microsoft.edgemac) not found.
Defaults have not been changed.
  • Ran the following command to check defaults
defaults read com.microsoft.edgemac 

{
    LastRunAppBundlePath = "/Applications/Microsoft Edge.app";
    LoginKeychainEmpty = 1;
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    NSNavPanelExpandedSizeForSaveMode = "{800, 448}";
    NSNavPanelExpandedStateForSaveMode = 1;
    NSOSPLastRootDirectory = {length = 748, bytes = 0x626f6f6b ec020000 00000410 30000000 ... 8c010000 00000000 };
    "NSWindow Frame NSNavPanelAutosaveName" = "356 248 800 448 0 0 1512 944 ";
    OptionalDataCollectionEnabled = 0;
}

System Info:

macOS version: Version 15.4.1 (24E263)
Edge version: 140.0.3485.81 (Official build) (arm64)

Attachments:

Screenshot showing the page layout change without DevTools visible

Please advise on how to restore visibility of the detached Developer Tools window or reset its state.
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions