Jeff Mealo

Results 83 comments of Jeff Mealo

@JerrySievert: Just to confirm that I understand: pl/v8 can no longer be debugged using d8 as debugging has been removed from v8? If so, even with older versions, there's very...

@JerrySievert is there anything we can borrow from Node.js to fix this issue? It'd be nice to be able to just use Node's tooling and available GUIs. Thanks for the...

@JerrySievert Understood. I'll do as much foot work as I can. Here are some potentially useful resources: **Blog on Node.js debug architecture:** http://blog.joshgav.com/node/debugging/2016/02/04/Node-Debug-Architecture.html **Commit where the debug agent was removed...

@JerrySievert I asked @idutny about this. He's added debug support back into Node. Hopefully he can provide us with some guidance.

@JerrySievert it seems like we'd be better off moving this effort to #186: https://github.com/nodejs/diagnostics/issues/60#issuecomment-237765788

@bnoordhuis: @JerrySievert: I'd love to see remote debugging back in pl/v8. Any news on that front? I'm bringing on some interns for the summer and I can't let them loose...

@bnoordhuis: UNIX sockets seems reasonable to me. I can help on the Node/PostgreSQL with a service or script if someone can get a socket listening for the debugger protocol. Side...

@delvedor: Thanks for the quick reply! Why? I read advanced usage examples in the tests and tried to match that usage. 😅 I do have a PR for this with...

@goto-bus-stop @diffcunha: Kudos on the team work! Where did we land on this?

@eulerto: this looks interesting. Thoughts?