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
I'm trying to debug the issue that in node-rdkafka the e2e tests are failing and the path led me down to a potential issue with closing consumers in librdkafka. I can attach the debugger to all the files mentioned in sources in the binding.gyp file by setting node-gyp up with the --debug flags but I don't know how to attach it to the deps (librdkafka in this case). Has anyone done that before? I could use some help :)
a workaround might be to just rewrite the JS test to C...but hoping for an easier way to attach directly.
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
-
Hey guys -
I'm trying to debug the issue that in node-rdkafka the e2e tests are failing and the path led me down to a potential issue with closing consumers in librdkafka. I can attach the debugger to all the files mentioned in sources in the binding.gyp file by setting node-gyp up with the
--debug
flags but I don't know how to attach it to the deps (librdkafka in this case). Has anyone done that before? I could use some help :)a workaround might be to just rewrite the JS test to C...but hoping for an easier way to attach directly.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions