debugLayer without inspector

Hello! Can anyone help me? I really don’t know what’s wrong.
When i add to my scene debugLayer i can see only scene explorer but without inspector.

Here is the way that i used to enable debugLayer
Screenshot 2021-04-25 171017

Maybe it’s your CSS. Try:

scene.debugLayer.show({
  embedMode: true,
});

You should have the scene explorer and the inspector pane one above the other.

You can also try to open the inspector after some delay, maybe your page is not ready yet for the inspector to open properly.

I tried this param, when I add i see nothing
What’s wrong with css can be?

No idea! But the inspector is injecting itself in the page, so maybe there could be some layout problems.

You should try to inspect the HTML elements and see if the inspector pane is there but hidden in some way…