-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
- Asked support on https://learn.microsoft.com/en-us/answers/questions/5565014/developer-tools-does-not-show-up-on-ms-edge-on-mac
- Verified that DeveloperToolsAvailability policy is not restricting access (edge://policy)
- Tried opening DevTools in Incognito mode (Cmd + Shift + N) — same issue
- Reset Edge settings via edge://settings/reset
- Reinstalled Edge completely
- Ran the following command in Terminal to reset DevTools window position and restarted Edge
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
SunsetTechuila and golf1052
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working