Reputation: 2583
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
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