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. Remote debug and keyboard problem
Forum Updated to NodeBB v4.3 + New Features

Remote debug and keyboard problem

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.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.
  • B Offline
    B Offline
    bmkorkut
    wrote on last edited by
    #1

    Hi,

    I am using Eclipse CDT with Qt plugin. Working on Debian without X, running the GUI with Qt's QWS server.

    Simply, I am starting a regular cpp thread doing the logical work and then starting a standart QApplication execution. Works fine on the target machine locally. But when I start the program remotely from Eclipse's Remote System Explorer service, the keyboard input is not handled correctly. It is in a racing condition and randomly picks up the keyboard events. The mouse input works fine.

    I am aware the question is not clear enough but I couldn't figure how to focus on the problem. I can provide additional feedback on demand.

    Thanks in advance.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Duck
      wrote on last edited by
      #2

      Does the problem also occur if you debug with plain gdb/gdbserver?

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bmkorkut
        wrote on last edited by
        #3

        @Duck Yes, When I use gdbserver for remote execution and the problem still occurs. It seems when remotely started, Qt can't grab local input properly.

        [quote author="Duck" date="1345328761"]Does the problem also occur if you debug with plain gdb/gdbserver?[/quote]

        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