Upload Executable without debugging

Sysprogs forums Forums VisualGDB Upload Executable without debugging

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #854
    Anonymous
    Participant

    Hello,
    I want to Built my c++ cross compiler project with my PC. The Target is a Raspberry Pi which is connected over SSH.
    What can I do to automatic upload it, when I build it. What configuration in Project Properties should I
    choose. I only can upload it, when I debug it. But I only want to execute it on my Raspberry Pi, not with
    the visualgdb debugger
    Thank you for help
    Philipp

    #3239
    rgold
    Participant

    In VS you should be able to do Android->Deploy Android App
    Then you should just be able to find the app where all your other apps are. You should be able to find it even after you’ve deployed & debugged it normally.

    #3240
    Anonymous
    Participant

    Hello,
    I use as platform the raspberry pi and it is connected over SSH.

    #3241
    ket
    Participant

    Hi,

    VisualGDB version 4.2. enabled the start without debugging feature of Visual Studio. You can use the Debug->Start Without Debugging option to start the program without a debug session, this option will take care of both deploying and starting the program.
    If you wish to upload the built program automatically after each build then you can add a custom post-build step to do so.

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