Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Debugging Symbian code built by remote compiler from Mac (or Linux)
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 3 Posters 2.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    artem.marchenko
    wrote on 20 Aug 2011, 11:56 last edited by
    #1

    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?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      artem.marchenko
      wrote on 26 Aug 2011, 12:19 last edited by
      #2

      Anybody?

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

      1 Reply Last reply
      0
      • _ Offline
        _ Offline
        _Arne
        wrote on 26 Oct 2011, 07:15 last edited by
        #3

        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?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          artem.marchenko
          wrote on 14 Nov 2011, 08:30 last edited by
          #4

          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.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            raja26
            wrote on 16 Nov 2011, 18:39 last edited by
            #5

            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":http://www.developer.nokia.com/Community/Wiki/How_to_redirect_qDebug_output_to_a_file

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved