
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
atom-ide-debugger-react-native
Advanced tools
React Native Debugger for Atom IDE is ported from vscode-react-native at version 0.5.7 (fork source). There are two ways to invoke the React Native debugger. Either attach to a running packager, or it can launch the debug target in a new packager for debugging. Note that the debugger can only attach if the default Chrome debugger is not already running.
Both cases require a workspace path which should be set to the directory
containing the package.json
file of the debug target. Launching the debugger
also requires specifying the platform to debug, either ios
or android
as
well as the target, either simulator
or device
. Note that debugging on an
iOS device requires some manual setup; see
these instructions.
In most cases the default port setting of 8081 will be correct.
NOTE: Changing the port setting in the debugger may require external setup, see the issue on GitHub
NOTE: A DeprecationWarning: 'root' is deprecated error may appear when the program first runs, which can be safely dismissed.
Run apm install atom-ide-debugger-react-native
to install the Atom package.
atom-ide-debugger-react-native
is BSD-licensed. We also provide an additional patent grant.
FAQs
React Native Debugger for Atom IDE.
We found that atom-ide-debugger-react-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.