question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does debug support React Native remote debugging.

See original GitHub issue

Should I set other extra parameters, I didn’t see any output

import {AppRegistry, Platform} from 'react-native';
import debug from 'debug';
const logger = debug('Test');
logger('test')

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
Qix-commented, Mar 7, 2019

I want to leave this open for the 5.x release because I get a lot of React Native questions and haven’t used it myself. I want to investigate having some better support.

6reactions
maxkomarychevcommented, Feb 20, 2019

@ArvoGuo try adding debug.enable("*") before logger('test')

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugging - React Native
You can then select "Debug JS Remotely" from the Developer Menu to start debugging. The debugger will receive a list of all project...
Read more >
React Native Debugger: Tips for fast debugging
React Native, by default, supports Chrome DevTools through its remote debugging ability, making it possible to have our favorite debugging ...
Read more >
react-native-debugger/debugger-integration.md at master
When you enabled remote debugging, RNDebugger should switched context to RNDebuggerWorker.js automatically, so you can get global variables of React Native ...
Read more >
Remote Debugging in React Native - Medium
While React Native provides awesome tools to debug developer builds, the ways in which you can debug in Release Builds are really limited....
Read more >
How do you debug React Native? - Stack Overflow
Cmd+D from within the Simulator. It'll popup Chrome and from there you can use the Developer Tools. Edit: This is now linked in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found