Variable not accessible during remote debugging
Unsolved
Qt Creator and other tools
-
When debugging on my local development machine I can inspect the values of some vars, example:
If I select a remote device for the very same application, here what I get:
I'm running Qt 6.2.0 and QtCreator 5.0.2. Both the local dev machine and the remote one run Ubuntu 20.04.
What I need to do to fix this issue?
-
@Mark81 said in Variable not accessible during remote debugging:
What I need to do to fix this issue?
Build in debug mode
-