اقرأ باللغة الإنجليزية تحرير

مشاركة عبر


What's New in DevTools (Microsoft Edge 129)

These are the latest features in the Stable release of Microsoft Edge DevTools.

Improvements for breakpoints

The Sources tool has the following improvements related to setting breakpoints for debugging.

Unique icons for logpoint and conditional breakpoints

Logpoint and conditional breakpoints now have unique colors and icons to help you differentiate them from regular breakpoints in the line number column. Previously, all types of breakpoints looked the same, with only the differentiating icon inline with the code.

Before:

Old breakpoint icons

After:

New breakpoint icons

Alignment in UI for setting a conditional breakpoint

The UI that's displayed for setting a conditional breakpoint has been fixed to prevent the width of the textbox from growing and causing alignment issues.

Before:

Old conditional breakpoint dialog

After:

New conditional breakpoint dialog

Bug fixes in the Elements tool

Screen readers announce the "Show element in the Elements panel" button

In the Layout tab, screen readers now announce the Show element in the Elements panel (The "Show element in the Elements panel" icon) button that's next to each element name:

The "Show element in the Elements panel" button

Context menu opens when right-click a selected text node in the DOM tree

Previously, the context menu didn't open after double-clicking a text node in the DOM tree to select the text node, and then right-clicking the text node. This issue has been fixed; the context menu opens:

Right-click menu for a selected text node in the DOM tree

CSS selector stats "Copy table" has same order of columns and values

In the Selector stats tab of the Performance tool, the Copy table menuitem command has been fixed to correctly copy the data in the order that the columns and values appear.

Selector stats "Copy table" command

Icons in the Activity Bar are restored

In recent releases, in the Activity Bar tabs, the icons were missing for the following tools:

  • Changes
  • Network conditions
  • Network request blocking
  • Performance monitor
  • Quick source
  • Search

The icons have been restored in these Activity Bar tabs.

Fixed buttons and icons in the Security tool

Previously, buttons and icons in the Security tool had a square overlay and were not readable:

Security tool bug

Now, buttons and icons in the Security tool are clearly visible:

Security tool fix

Device emulation mode is fixed

Device emulation mode had a bug where if it was turned on and then DevTools was closed, DevTools wouldn't reopen the next time you tried to open it. This has been fixed; device emulation mode is working correctly.

Announcements from the Chromium project

Microsoft Edge 129 also includes the following updates from the Chromium project:

See also