18.4.2025
alt+<minus>
, alt+<equals>
very handy after an unexpected jump during step over or step intoTo get access to webpack modules at runtime to inspect their state:
__webpack_module_cache__['./src/configuration/Profiles.ts'].exports.Profiles.getInstance().getProfiles('zosmf')[0].profile
even autocompletion works after typing __webpack_module_cache__['
followed by a few letters like Pro
.