How to inspect shared worker in OpenFin?

315 Views Asked by At

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?

1

There are 1 best solutions below

0
vitkon On

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.