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
Chrome debugger doesn't support inline sourcemaps for eval since day 0 .
It seems vm behaves the same way because of Chrome debugger missing feature.
Is there a way to workaround the problem by customizing vm in nodejs ?
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
Hello,
Chrome debugger doesn't support inline sourcemaps for
eval
since day 0 .It seems
vm
behaves the same way because of Chrome debugger missing feature.Is there a way to workaround the problem by customizing
vm
in nodejs ?Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: