0

I'm working on a node.js module which uses native C++ addons. I plan to move my development from vim+nemiver+node-inspector to something more integrated. For that c9 seems to do the job.

Is it possible to debug both javascript (with v8) and C++ (with gdb) at the same time?

My old setup supports this by using nemiver and node-inspector side by side, but it isn't a very pleasent workflow.

Gottox
  • 682
  • 6
  • 15
  • I think you can with the workspace that are docker based. You can install almost everything, give it a try. – lcipriani Aug 05 '14 at 14:04
  • I made some effort on this: It's now possible to debug either with gdb or with v8. But I can't get them run both on one instance – Gottox Aug 07 '14 at 08:43

0 Answers0