You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Yarn v1, I'm used to add debugger statements inside the distribution assets of the installed package inside node_modules in order to use Node.js DevTools in Chrome. Now that the code are inside a .zip file within .yarn/cache, I have no idea how to do that. It's pretty much the issue described here: https://youtrack.jetbrains.com/issue/WEB-45273
I use VSCode, but I don't use it its debug feature or integrated terminal. I use a good old terminal in Mac.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With Yarn v1, I'm used to add
debugger
statements inside the distribution assets of the installed package insidenode_modules
in order to use Node.js DevTools in Chrome. Now that the code are inside a .zip file within.yarn/cache
, I have no idea how to do that. It's pretty much the issue described here: https://youtrack.jetbrains.com/issue/WEB-45273I use VSCode, but I don't use it its debug feature or integrated terminal. I use a good old terminal in Mac.
Anyone could help me figure this out?
Beta Was this translation helpful? Give feedback.
All reactions