You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug per se and I understand that this may not be the right place to raise this issue. But I have looked all over the internet and I don't see how to get my breakpoint to bit hit inside the app.tsx. I have used this tool and have created a bare bone application (just the default files generated by this tool) with Vscode with React native tools extension. This is the content of my launch.json file:
From the vscode debug dropdown, I start debugging by selecting the above configuration: expo. The packager start, I scan the QR generated on the Expo QR code tab, and the application loads into the device. Hot reloading also work. But how to debug and get the breakpoints to work?
Breakpoints are ignore (they are not even grayed out) while debugging (after having loaded app in device with QR scan)
What action did you perform, and what did you expect to happen?
I entered 'yarn start'
I scanned the generated Qr and app loaded into device
I set a breakpoint in app.tsx (render function) and make a small change (text change) to get the app
to reload
Application reloads and I would expect to stop at breakpoint
What actually happened when you performed the above actions?
Breakpoint is ignored and execution does not pause
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts-ts: react-native-scripts-ts@1.11.3
Description
This is not a bug per se and I understand that this may not be the right place to raise this issue. But I have looked all over the internet and I don't see how to get my breakpoint to bit hit inside the app.tsx. I have used this tool and have created a bare bone application (just the default files generated by this tool) with Vscode with React native tools extension. This is the content of my launch.json file:
From the vscode debug dropdown, I start debugging by selecting the above configuration: expo. The packager start, I scan the QR generated on the Expo QR code tab, and the application loads into the device. Hot reloading also work. But how to debug and get the breakpoints to work?
Breakpoints are ignore (they are not even grayed out) while debugging (after having loaded app in device with QR scan)
What action did you perform, and what did you expect to happen?
to reload
What actually happened when you performed the above actions?
Breakpoint is ignored and execution does not pause
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts-ts
: react-native-scripts-ts@1.11.3npm ls react-native
: react-native@0.52.0npm ls expo
: expo@25.0.0node -v
: v8.9.1npm -v
: 4.6.1yarn --version
: 1.3.2watchman version
: not applicableAlso specify:
Reproducible Demo
I have uploaded my project. Just unzip, run (yarn install or npm install) and use vscode
poki.app.zip
Any inside or suggestion will be greatly appreciated.
The text was updated successfully, but these errors were encountered: