Is it just me, or are console messages not showing up? #15211
Answered
by
KGGrande
Choco-milk-for-u
asked this question in
Q&A
-
|
any help would be appreciated, maybe there is a flag in metro config for showing |
Beta Was this translation helpful? Give feedback.
Answered by
KGGrande
Oct 7, 2025
Replies: 1 comment
-
|
Exactly as you said there is a flag --client-logs that can be used with react-native start react-native start --client-logsSince run-windows does not pass it, I start metro first. While we are on the topic, maybe it is just me, but debugging has taken a step back recently. I have not been able to get it to connect to dev tools. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exactly as you said there is a flag --client-logs that can be used with react-native start
react-native start --client-logsSince run-windows does not pass it, I start metro first.
While we are on the topic, maybe it is just me, but debugging has taken a step back recently. I have not been able to get it to connect to dev tools.
I get