linux error when opening a file

Sysprogs forums Forums VisualGDB linux error when opening a file

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25477
    b.timofte
    Participant

    On a linux project who handles sync via ssh , a lot of times after i use go to definition i cannot go to that file from the fin symbols result clang windows

    The error is a Error window who says:

     

    There is an editor window open for the document “vgdb-ssh:://[user@machine/home/[username]/file.hpp] You must close the other editor window before processing

     

     

    Any clue how to fix this ?

    #25484
    support
    Keymaster

    Hi,

    This is likely caused by multiple projects referencing the same source file (or source files that only differ in the name case, e.g. FILE.c vs file.c) and can normally be ignored. If you could provide the exact steps to reproduce it, we should be able to tell more.

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