Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator RemoteLinux - can't run and debug Plugins
QtWS25 Last Chance

QtCreator RemoteLinux - can't run and debug Plugins

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.5k Views
  • 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.
  • J Offline
    J Offline
    jseeQt
    wrote on last edited by
    #1

    hello,
    I have a problem with debugging/run a plugin on an embedded device.

    When I develop an normal application, clicking on Projects -> Run, I can see an run configuration for the remote device.
    When I develop an plugin, there is NO run configuration for the remote device. I cannot even set an custom executable on remote device. It just show me a run configuration for a local run (which makes no sense, my kits is configured for generic linux device).

    Is there any trick for running an plugin remotely???
    Thanks!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andrep
      wrote on last edited by
      #2

      You cannot run a plugin by itself, you always need a real executable to launch it, and that's also what the debugger needs to attach.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jseeQt
        wrote on last edited by
        #3

        Yes, I know.
        So, I set an custom executable in the Project Settings. Then, the executable loads the plugin, and I can debug it.

        But with a remote linux target, I can't choose a remote custom executable!?

        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