Closed
Description
When you inspect an object the debugger shows enumerable properties in alphabetical order along with regular properties making no visual or practical distinction.
So this is a feature request to be like in Chromium browser's debugger which shows regular properties first, and then lists enumerable properties separtely - and also applies a nice 'grayed out effect' indicating they are enumerable.