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.