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

React Native DevTools debugging for worklets #227

Open
babldev opened this issue Nov 25, 2024 · 0 comments
Open

React Native DevTools debugging for worklets #227

babldev opened this issue Nov 25, 2024 · 0 comments

Comments

@babldev
Copy link

babldev commented Nov 25, 2024

Maybe more trouble than it's worth, but it would be super helpful to be able to debug from worklets.

console.log('hello from index');
const frameProcessor = useFrameProcessor((frame) => {
    'worklet'
    console.log('hello from worklet');
}, []);

Currently, breakpoints do not trigger for me if within a worklet (although the log does print).

  • react-native-worklets-core 1.5.0
  • react-native 0.76.2
  • Hermes runtime
@babldev babldev changed the title React Native DevTools support for worklets React Native DevTools debugging for worklets Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant