-
Notifications
You must be signed in to change notification settings - Fork 78
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
Diagnostics WG Meeting - 2016-07-13 #60
Comments
Agenda subject to this discussion. I think we should start with AsyncWrap since we missed it last time. @trevnorris @AndreasMadsen can you present status and next actions and lead a discussion for 10-15 minutes? I'm working on something related to the Inspector stuff, will share soon. |
@trevnorris should do the status update this time. I haven't been following the EP that closely, since the initial discussion was mostly reserved to CTC members. Besides the EP, the only thing that is new is:
On future work that is discussion worth, I think it is mostly about getting handle context bugs fixed. #29 contains an overview of that. The status is (my opinions)
|
I am away during the week of July 4, so I won't be able to make it. |
@ofrobots - good point. Would you be able to attend on 7/13? Would others also prefer to postpone a week? I'm +1 :) |
I'm +1 on postponing a week |
Makes sense, w/ July 4th holiday |
Great, July 13 it is. Thanks! |
@nodejs/diagnostics: reminder: meeting is this Wednesday July 13 at 12pm Pacific @ofrobots @matthewloring - can you discuss the trace system? #53 I'd like to briefly discuss potential goals of nodejs/node#7393. |
We'll be there to discuss the tracing controller. |
@joshgav Not sure I have anything to discuss, but I'll be happy to take any questions. |
@trevnorris I think this will be a good opportunity to get an update on the v8 microtask hooks and for you to explain the |
@Fishrock123 has an update about the microtask hooks .. not great news afaik |
I'm not sure if this means anything but v8 ticket 4643 MicrotaskQueue lacking introspection APIs was just assigned last night. |
@nodejs/diagnostics If anyone from the diagnostics group could provide some guidance on getting debugging/inspector support back into pl/v8 it would be much appreciated! |
@jmealo: At this point, v8_inspector is the best bet for implementing debugging for V8; the older JSON based protocol has been deprecated for ~2 years now. From skimming the issue it seems like plv8 might be on V8 ~4.3 which would be unfortunately too old (you need atleast V8 5.0+ for v8_inspector to work). To use v8_inspector in your project, here's a rough outline of what you will have to do:
|
@ofrobots Thanks for the reply. The master branch is at 5.1.281.14. I haven't coded any serious C++ but I can take a look at it. I'm trying to get an implementation plan and do the footwork at the very least; so, this was very helpful. |
Would be great if I could get a couple LGTMs on the notes from this meeting. Thanks! |
Time
UTC Wed 13-July-2016 19:00 (1 hour before weekly CTC meeting)
Click for your local time.
San Francisco: Wed 13-July-2016 12:00
New York: Wed 13-July-2016 15:00
Amsterdam: Wed 13-July-2016 21:00
Moscow: Wed 13-July-2016 22:00
Sydney: Thu 14-July-2016 05:00
Tokyo: Thu 14-July-2016 04:00
Join/Watch
YouTube: https://youtu.be/QQ65Y4dfv84
Minutes
Agenda
/cc @nodejs/diagnostics
The text was updated successfully, but these errors were encountered: