ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

fix reload with ember-debug

Open patricklx opened this issue 1 month ago • 2 comments

Description

ember inspector has an option to reload the website with ember-debug. that is to e.g. catch early rendering for performance page, or catch early deprecation messages.

that will now not work anymore, as ember-debug is ESM. We should either bundle it OR use import().

i think import() would be the quick fix. but a bundle is preferred , as the intention is to have ember-debug fully loaded BEFORE ember

Screenshots

patricklx avatar Oct 28 '25 10:10 patricklx

@patricklx what was the status on this one? I remember from the tooling team meeting, we discovered that this doesn't actually fix the problem? is that true? am I misremembering? (why didn't anyone comment on the PR? ugh)

NullVoxPopuli avatar Nov 12 '25 13:11 NullVoxPopuli

I think it was discussed last week and this fix is okay but not the best. The correct fix needs better integration with ember source

patricklx avatar Nov 12 '25 14:11 patricklx