August 20, 2011

artem.marchenko artem.marche..
Lab Rat
61 posts

Debugging Symbian code built by remote compiler from Mac (or Linux)

 

Remote compiler works fine on Mac: it builds Symbian binaries well, I can install and run everything, but there is no [obvious to me] way to install binaries from QtCreator and debug it or at least get debug prints from the phone.

Am I missing something?
The Run button is active for Remote Compiler (and actually fires the build), after build is ready QtCreator is offering to start some executable, so maybe there just some settings missing?

4 replies

August 26, 2011

artem.marchenko artem.marche..
Lab Rat
61 posts

Anybody?

Or am I the only one who develops for Symbian on Mac? :)

October 26, 2011

_Arne _Arne
Lab Rat
14 posts

Well, you’re not the only Symbian developer on a Mac ;)
And I have the same problem as you do, so I wonder if you already found a solution?

November 14, 2011

artem.marchenko artem.marche..
Lab Rat
61 posts

Not really, Arne.

What I did is that I moved 95% of my development to desktop and desktop-run TDD. Then my Symbian builds became mostly a quickcheck on that things still run on the device itself and are still fast enough.

In the rare cases where I do need the device output, I start Windows virtual machine.

November 16, 2011

raja26 raja26
Ant Farmer
72 posts

I’m using Linux for Symbian development and Desktop development as well. As far as debugging in Linux is considered to be a bit tough, we have to make some work around to write some scripts.

So the simple work around for me is to redirect the qDebug messages to a text file as explained in this link Redirect Qt Debug, Error messages to file [developer.nokia.com]

 
  ‹‹ how to make browser on qt-lighthouse?      How to set up Qt Mobility 1.2 ››

You must log in to post a reply. Not a member yet? Register here!