hally9k
hally9k

Reputation: 2583

How to add extensions to Chrome's dedicated DevTools for NodeJS

I am using this awesome extension to debug ImmutableJS data structures in my Redux app. All is peachy debugging when running in the browser but once I boot up dedicated DevTools for NodeJS to attach a debugger to my Jest test runner process I don't have any of my extensions.

How can I add extensions to the dedicated DevTools for NodeJS?

Upvotes: 8

Views: 538

Answers (1)

Kayce Basques
Kayce Basques

Reputation: 25957

I just asked the DevTools team at our weekly meeting about this. This scenario isn't really supported. You can file a request at https://crbug.com. Please include a detailed description of what you're trying to do. Others, please star the issue once it's created to help us prioritize this request.

Upvotes: 6

Related Questions