How to set the VisualGDB don't keeps check the SSH connection ?

Sysprogs forums Forums VisualGDB How to set the VisualGDB don't keeps check the SSH connection ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23986
    portsip
    Participant

    How to set the VisualGDB don’t keeps check the SSH connection ?

    Thanks

    #23987
    support
    Keymaster

    Sorry, not sure what your question was. If you could provide an example of what you are trying to achieve, we should be able to help you find the correct setting.

    #24000
    portsip
    Participant

    For example, the visualgdb uses ssh connect to remote Linux VM, if the Linux VM is shutdown, the VisualGDB pop ups a window shows the VisualGDB  is connecting to 192.168.x.x,

    this modal window always display there and can’t cancel can’t close it.

     

     

    Attachments:
    You must be logged in to view attached files.
    #24002
    support
    Keymaster

    Thanks for clarifying this. Is it a remotely built Advanced CMake project? If this is the case, VisualGDB tries connecting to the remote machine in order to query the code structure from CMake (this ensures that the project structure shown in Solution Explorer exactly matches what will be actually built).

    If you have previously opened the same project on the same machine, you can cancel the connection so that VisualGDB will display the cached project structure, however the project editing functionality that depends on getting updated information from CMake (e.g. adding new files to targets) won’t work.

    If you don’t want to have continuous access to the Linux VM, please consider using a Windows cross-toolchain instead. In this case CMake will run on the Windows machine, so no remote connection will be required until you start debugging.

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