Debug remote Linux Bazel project

Sysprogs forums Forums VisualGDB Debug remote Linux Bazel project

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29860
    illera88
    Participant

    Hi,

    I have a project in a remote Linux system that uses Bazel as build system and I would like to know if I can use VisualGDB to debug it. I can connect to the Linux server by using SSH.

    I would like to know if I need to download the project to my Windows machine where VisualGDB will be running. Can I directly use the remote server to get the sources from within VisualGDB? Can I set up bazel to be used as build system?

     

    Thank you

     

    #29861
    support
    Keymaster

    Hi,

    VisualGDB does not have any special support for Bazel, however you can certainly import the project into VisualGDB in the manual mode (VisualGDB will simply run the specified command line to build the project, but you would need to configure IntelliSense and manage Bazel build files manually).

    If you encounter any issues along the way, feel free to provide more details and we will help you resolve them, however we would kindly ask you to renew your technical support here first.

    #29862
    illera88
    Participant

    Is there any tutorial to import a remote project where the code lives in the remote server?

    I’m happy renewing my subscription but I want to be sure that I can use VisualGDB for my use case

    Thank you

    #29869
    support
    Keymaster

    Yes, please try this tutorial. It shows the GUI from an older VisualGDB version, however is still relevant for the latest VisualGDB 5.5.

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