Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap or something? #614

Closed
iliakan opened this issue Apr 17, 2015 · 3 comments
Closed

Roadmap or something? #614

iliakan opened this issue Apr 17, 2015 · 3 comments
Labels

Comments

@iliakan
Copy link

iliakan commented Apr 17, 2015

Hi,

There are quite serious issues with node-inspector on recent iojs/nodejs versions. Especially with iojs, it has problems with installation and debugging (debug-brk).

Node-inspector used to be my main instrument for debugging, and I kind of lack it.

Dear devs, please tell us, what is going on? Is there any light ahead? Maybe you're refactoring things from the ground up? Or you're busy with other projects and we shouldn't await any changes soon?

Thanks for the great tool!

@3y3
Copy link
Member

3y3 commented Apr 17, 2015

Hello @iliakan .

So, today I merged new frontend and I wait some small changes from @marcominetti .
Now then we have new frontend, it is reasonable to extend our functionality by debugging promises, getters/setters and more other. This is a next big step. #450

From small steps:
There is a #560 , that fixes #597, and I hope, it will be merged on next week. (Can you test it and submit what it works?)

Released 0.12.0 with new debugger system is a big problem not only for node inspector, but also for node (nodejs/node/issues/858, nodejs/node/issues/781). We have some native features v8-debug and v8-profiler that already compatible with iojs on compilation stage, but breaks compatibility on running from node-debug command on windows (nodejs/node/issues/751)

So I very wait for nodejs/node/issues/751 it blocks lot of my work on iojs.

@3y3
Copy link
Member

3y3 commented Apr 17, 2015

Also we started discussion about new cli api and plugin system. #578
We communicate with @marcominetti in plugin system feature. Long time we were blocked for new features by updating frontend pr.

In other words I work on node-inspector so intensively as it is possible - this is my main os project. Sometimes it has a higher priority than my main job =)

@iliakan
Copy link
Author

iliakan commented Apr 17, 2015

@3y3 thanks, so great to hear that node-inspector will shine once again soon 👍

@3y3 3y3 added the Support label Apr 24, 2015
@3y3 3y3 closed this as completed Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@iliakan @3y3 and others