Unable to debug Android App (Windows + Qt Creator 12 + LLDB)
-
@CodesInChaoss it's f*** nightmare the QT experience coooome oonnnnn..
wrote on 25 Feb 2024, 11:39 last edited by -
wrote on 25 Feb 2024, 11:40 last edited by
@CodesInChaoss
at least now it compiled (..)Now.. to debug.. over a network... DO I DARE?
-
@CodesInChaoss
at least now it compiled (..)Now.. to debug.. over a network... DO I DARE?
wrote on 25 Feb 2024, 12:32 last edited by -
wrote on 25 Feb 2024, 12:34 last edited by
come one.... this has beeen YEARS AGO...
I've just f trying to DEBUG here....
-
come one.... this has beeen YEARS AGO...
I've just f trying to DEBUG here....
wrote on 25 Feb 2024, 12:39 last edited by@CodesInChaoss ON Linux QT Creator 12 keeps toggling off and off and meessing up with debugger settings same as on Windows
-
@CodesInChaoss ON Linux QT Creator 12 keeps toggling off and off and meessing up with debugger settings same as on Windows
wrote on 25 Feb 2024, 12:46 last edited byI CANT DEBUG SHIT.
IT"S NOT RELATED TO MY APP.
I"VE JUST TRIED DEBUGGING AND DEPLOYG SAMPLE CLOCK APPLICATION>
BREAKPOINTS DO NOT WORK.
WJHAT DO I DO.
-
I CANT DEBUG SHIT.
IT"S NOT RELATED TO MY APP.
I"VE JUST TRIED DEBUGGING AND DEPLOYG SAMPLE CLOCK APPLICATION>
BREAKPOINTS DO NOT WORK.
WJHAT DO I DO.
wrote on 25 Feb 2024, 12:49 last edited byby the way the most recent issue was resolved by ```
apt install libncurses5 -
by the way the most recent issue was resolved by ```
apt install libncurses5wrote on 25 Feb 2024, 13:00 last edited byWith the sample CLOCK app by QT.... from LINUX...
Remote LLDB debugging doesn't work at all (QT 5.15.16, QT Creator 12) and with GDB... I get all the regular shit I used to get on windows... same sig faults........ with the sample clock app.....
-
With the sample CLOCK app by QT.... from LINUX...
Remote LLDB debugging doesn't work at all (QT 5.15.16, QT Creator 12) and with GDB... I get all the regular shit I used to get on windows... same sig faults........ with the sample clock app.....
wrote on 25 Feb 2024, 13:01 last edited byLike you may see folks above.. we rather know what we are doing... we resolve all the missing depandancies on the fly.. we switch operating systems on the fly.. it's all SHIT
-
Like you may see folks above.. we rather know what we are doing... we resolve all the missing depandancies on the fly.. we switch operating systems on the fly.. it's all SHIT
wrote on 25 Feb 2024, 13:04 last edited bysee above.. analogclock, sig fauls... LLDB doesn't kick in at all... GDB after significant delay. and sigfaults from QT internals running on android... Redmi 12 Pro targetting Android SDK 31 all according to the min requirements now on play store
-
see above.. analogclock, sig fauls... LLDB doesn't kick in at all... GDB after significant delay. and sigfaults from QT internals running on android... Redmi 12 Pro targetting Android SDK 31 all according to the min requirements now on play store
wrote on 25 Feb 2024, 13:05 last edited by@CodesInChaoss
Pay attention... throwing in the very same thread as previously on Windows... in an official QT sample app, totally irrelevant to our app
-
@CodesInChaoss
Pay attention... throwing in the very same thread as previously on Windows... in an official QT sample app, totally irrelevant to our app
wrote on 25 Feb 2024, 13:09 last edited bywoaaah.... on one occasion we caught a single breakpoint.... with all the sigfaults flying by... same as on Windows
-
woaaah.... on one occasion we caught a single breakpoint.... with all the sigfaults flying by... same as on Windows
wrote on 25 Feb 2024, 13:11 last edited byit's impossible to place a breakpoint in main (even though there's a dedicated option in Debug sub-menu).
GDB debugging delayed, sig faults all around.
can't get LLDB debugging to work at all -
it's impossible to place a breakpoint in main (even though there's a dedicated option in Debug sub-menu).
GDB debugging delayed, sig faults all around.
can't get LLDB debugging to work at allwrote on 25 Feb 2024, 13:14 last edited bywith LLDB on Linux it's same as on Windows.
app (the sample Clock app by Qt ) keep running for 2-3 minutes already, while the "Launching dbeugger" thing keeps showing.
Now, it's on latest Ubuntu
-
with LLDB on Linux it's same as on Windows.
app (the sample Clock app by Qt ) keep running for 2-3 minutes already, while the "Launching dbeugger" thing keeps showing.
Now, it's on latest Ubuntu
wrote on 25 Feb 2024, 13:16 last edited by@CodesInChaoss After 4 minutes have passed
-
@CodesInChaoss After 4 minutes have passed
wrote on 25 Feb 2024, 13:16 last edited by@CodesInChaoss exactly same stuff as on Windows, with an offiial Qt sample app
-
@CodesInChaoss exactly same stuff as on Windows, with an offiial Qt sample app
wrote on 25 Feb 2024, 13:23 last edited byLLDB 'works' only in arm not aaarch64 and on same grounds as gdb. debugging is not possible due to all the sigfaults and delays
-
LLDB 'works' only in arm not aaarch64 and on same grounds as gdb. debugging is not possible due to all the sigfaults and delays
wrote on 25 Feb 2024, 13:34 last edited by -
wrote on 25 Feb 2024, 13:46 last edited by CodesInChaoss
So we are now running both Linux and Windows 11.
We are having mobile devices from multiple brands targeting API 31.
The problem is reproducible with QT sample apps.
anyone? QT?
- Qt 5.15.16
- QT Creator 12 (the online installer does NOT give us access to older builds)
- evaluated both GDB and LLDB both local and remote
- attempting to debug Qt official Clock sample app
- we've tried targeting 32 and 64bit ABIs
These are all brand new fresh installations of Windows 11 and Ubuntu.
-
So we are now running both Linux and Windows 11.
We are having mobile devices from multiple brands targeting API 31.
The problem is reproducible with QT sample apps.
anyone? QT?
- Qt 5.15.16
- QT Creator 12 (the online installer does NOT give us access to older builds)
- evaluated both GDB and LLDB both local and remote
- attempting to debug Qt official Clock sample app
- we've tried targeting 32 and 64bit ABIs
These are all brand new fresh installations of Windows 11 and Ubuntu.
wrote on 25 Feb 2024, 14:06 last edited byno luck either.
By the way, can anyone tell me why API 31 ABI Clang compilers are missing?
119/169