Patrick Pircher

Results 198 comments of Patrick Pircher

unable to test completions at the moment...

as a first step i reduces the files that are accessing ember

It should already select and scroll to the component. But opening the devtools, or switching to ember devtools is not supported by chrome, nor firefox.

@wycats i saw you are working on this. Maybe this us already fixed?

Btw, this is not derived debug alias, but the actual debug symbol what the user typed

I would also add here: - [ ] glimmer vm inspector utilities: https://github.com/glimmerjs/glimmer-vm/pull/1489 Required to get back tracked support . We currently do monkey patching which will not work for...

since ember-source is now a v2 addon, no AMD modules are beeing created. So inspector cannot detect them. There is only a AMD compat mode for classic builds without embroider....

@ef4 yes, it can. But it's unnecessary now. I untangled it some time ago. So, no `import` is using ember and everything is using requireModule or other to access client...

hi, I saw that this work started 👍 also consider possible race conditions for the loading part. especially when a window is reloaded and inspector was already opended, the order...