How to debug
#1012
-
How do I debug the client or server side separately? |
Beta Was this translation helpful? Give feedback.
Answered by
zmerp
Mar 24, 2022
Replies: 1 comment
-
The client can be debugged with the logcat (from the terminal or Android Studio), the server can only be debugged with the log. Rust makes it hard to use breakpoints, but it's unfeasible anyway for a real time application like ALVR. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thisleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client can be debugged with the logcat (from the terminal or Android Studio), the server can only be debugged with the log. Rust makes it hard to use breakpoints, but it's unfeasible anyway for a real time application like ALVR.