简体   繁体   中英

How to inspect shared worker in OpenFin?

I'm looking for an option to inspect SharedWorker thread to debug and check console logs, when application running on OpenFin.

I have been debugging my javascript react based application in chrome developer tool and shared workers inspect accessible at chrome://inspect/#workers. But when running on OpenFin, I could not find any option to inspect shared worker.

Any suggestion?

Navigate to devtools_port (by default it is http://localhost:9090). You should see your shared workers on the list of running openfin apps. Select one of the workers to access its console logs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM