Adobe-CEP / CEP-Resources

Tools and documentation for building Creative Cloud app extensions with CEP
https://www.adobe.io/apis/creativecloud/cep.html
1.61k stars 827 forks source link

Any idea why chrome devtools remote debug can't load sourcemap? #448

Open tjx666 opened 2 years ago

tjx666 commented 2 years ago
image

Error Message:

DevTools failed to load source map: Could not load content for http://localhost:3000/@fs/Users/yutengjing/Library/Application%20Support/Adobe/CEP/extensions/adobe-devtools/node_modules/.vite/deps/vue.js.map: Fetch through target failed: 'Network.loadNetworkResource' wasn't found; Fallback: Unknown error

I can directly access the sourcemap:

image

Version:

ErinFinnegan commented 2 years ago

Have you seen this similar issue?

memewizards commented 1 year ago

Is there any update on this?

How does anyone debug adobe CEP apps without bundle.js.map ? It is like working in the dark.