Just my code: introduce a magic path for excluding/including core modules, e.g.:
"skipFiles": [
"core_modules/*.js"
]
In addition we should use the same magic path when showing core modules in the CALLSTACK view. This will fix the bogus path problem #16913.