Remote Linux target debug

Sysprogs forums Forums VisualGDB Remote Linux target debug

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #689
    Lonko
    Participant

    Hi,

    is it possible to have a shared folder that the build linux machine and also the target linux board can map? eg. no need to copy executable to target every time it is built.
    SFTP map or something.

    Best regards,

    #2814
    support
    Keymaster

    Hi,

    You can use either NFS shares or SMB shares (via samba) to setup folder sharing between two Linux computers. VisualGDB currently does not support configuring those automatically, however there are numerous tutorials on doing that, simply search online for the one relevant for your Linux distro.

    Once you have setup the share simply go to VisualGDB Project Properties, Debug page, update the deployment path and enable the “don’t auto-deploy” checkbox. VisualGDB will then assume that the deployment is done by some other tool and will simply launch debugging using the path you have specified.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.