This repository was archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Redundant inline breakpoints on Expo app debugging in VS Code #531
Copy link
Copy link
Open
Description
Hi, we are the development team of VS Code extension for debugging React Native apps (vscode-react-native). We implemented inline breakpoint support in our extension and this approach works without problems, but we found out a feature on Expo apps debugging in VS Code Insiders. It seems that inline breakpoints are set on React components markup, besides JS code.
So I describe our steps for VS Code Insiders and Google Chrome:
- Launch Expo debugging in VS Code Insiders / attach to Expo app in Google Chrome
- Set the first breakpoints
| Debugging Expo in Google Chrome | Debugging Expo in VS Code |
|---|---|
In Google Chrome inline breakpoints aren't set automatically at all. |
Inactive breakpoints are set automatically. |
- Set more breakpoints, including inline ones and try to debug
I attached Expo app debugging logs.
We suppose that inline breakpoints functional should work in VS Code Insiders the same way as in Google Chrome. Could you please help us to understand what could cause such a behavior?
Reactions are currently unavailable



