-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add React Native direct debugger #1088
Add React Native direct debugger #1088
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ensure all newly added telemetry events are sent correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change any string with Hermes that is visible for users to include "experimental" in it.
Co-Authored-By: Yuri Skorokhodov <[email protected]>
Add React Native direct debugger to support debugging of Android Hermes apps. #1073
Telemetry description
Node Debugger telemetry and Direct Debugger telemetry comparison
useProgramProperty
useCwdProperty
launch
Consists of 5 steps: initialStep, startPackager, prewarmBundleCache, mobilePlatform.runApp, mobilePlatform.enableJSDebuggingMode. Each step is independent telemetry object that measures its completion time (in form eventname.time) and may contain additional properties such as errors etc.
launch
Added the special new launch event to separate the launch of Direct debugger from default app launch. All default telemetry steps are similar to Node Debugger case and all parameters remained the same.
added property
isDirect
added property
isDirect
added property
isDirect
added property
isDirect
added property
isDirect
added property
isDirect
added property
isDirect
mobilePlatform.enableJSDebuggingMode
the step for NodeDebugAdapter in
launch
app sequencemobilePlatform.enableDirectDebuggingMode
added the step
mobilePlatform.enableDirectDebuggingMode
inlaunch
app sequence instead ofmobilePlatform.enableJSDebuggingMode
attach
attach
added property
isDirect