How to debug with breakpoints on Detox #3257
Unanswered
ggilchrist-ledger
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I found a nice simple guide here for anyone wondering. Yet to try it though: https://github.com/invertase/react-native-firebase/tree/main/tests#debugging-e2e-js-tests-vscode |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm fairly new to detox and on the homepage I noticed that Detox is setup to use breakpoints for debugging.
Playwright (for desktop E2E tests) has an inspector tool that allows you to step through the code with
await page.pause()
which makes it really easy to debug. Does Detox have a similar thing? Really I'm wondering how those familiar with Detox step through the code and if there's any tricks that could help. I know that VSCode has the ability to set breakpoints and step through JS code, perhaps it's just that that's being referred to? ThanksBeta Was this translation helpful? Give feedback.
All reactions