Results 1 to 3 of 3

Thread: Using keyboard when remote debbuging

  1. #1
    Join Date
    Oct 2014
    Posts
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Using keyboard when remote debbuging

    Hello there,
    I am suing QT and QT creator to deploy and debug a QT Widget application on a remote target (BeagleBone Black). The problem is that when I turn on the application from ssh I cannot use the keyboard attached to the target- it doesnt work. If I open the application directly on the target the keyboatd works perfectly fine.

    Is there a way of resolving this besides attaching debug session to a working already process?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Using keyboard when remote debbuging

    What kind of platform backend are you using?

    If it is XCB, i.e. if you are running an XServer on the device, simply make sure that your SSH connection does not forward the X11 socket but that the DISPLAY variable points to the local connection (usually ":0")

    Cheers,
    _

  3. #3
    Join Date
    Oct 2014
    Posts
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Using keyboard when remote debbuging

    Hello there,
    I am using gdbserver on bbb. I dont have any gui enviremonet on the bbb. Was this what you were asking? Am i supposed to just add a linker variable?
    Last edited by bremenpl; 11th October 2014 at 21:26.

Similar Threads

  1. Problem with debbuging under windows 7
    By wyder in forum Newbie
    Replies: 8
    Last Post: 10th March 2014, 23:26
  2. Remote debug and keyboard problem
    By bmkorkut in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th August 2012, 14:50
  3. Debbuging
    By Maluko_Da_Tola in forum Newbie
    Replies: 2
    Last Post: 21st August 2010, 01:00
  4. Replies: 0
    Last Post: 8th April 2010, 23:06
  5. Remote debugging+keyboard
    By hgedek in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th August 2007, 13:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.