Chrome DevTools in Windows: enable loopback

I was trying to use the Chrome Dev Tool in Windows and followed the guide here:

https://adobexdplatform.com/plugin-docs/tutorials/debugging/#2-launch-chrome-devtools

I noticed that the command in the doc is not correct and doesn’t work (it fails silently). Here is the correct one (notice the underscore):

CheckNetIsolation LoopbackExempt -is -n="Adobe.CC.XD_adky2gkssdxte"

Instead of:

CheckNetIsolation LoopbackExempt -is -n="Adobe.CC.XD.adky2gkssdxte"
4 Likes

This is not true, In their document it is

CheckNetIsolation LoopbackExempt -is -n="Adobe.CC.XD.adky2gkssdxte"

after wasting 1h figuring out why it’s not working finally _ helps me.

so in my case this is working (XD Version 28.7.12.4)

CheckNetIsolation LoopbackExempt -is -n="Adobe.CC.XD_adky2gkssdxte"

Thanks, this helped me out too! Can somebody update the official documentation?

1 Like

@kerrishotts, is it possible to adjust documentation?

2 Likes

Apologies for the long wait on this.

Update published here. Thanks to @gdreyv for calling this out during CC Dev Days:

https://adobexdplatform.com/plugin-docs/tutorials/debugging/#2-launch-chrome-devtools

1 Like