Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Setting source for remote debug

Hi everyone,

 

I'm trying to debug my parallel C++ project that is on a remote server. (It's a large numerical solver so it needs some horsepower to compile/run). I can attach to the executable and run it just fine, but I get two editor windows that have the respective messages:

 

- Cannot determine URI for '/home/user/subfolders.../main.cpp'

- main() main.cpp Source not found

 

Which seems oddly contradictory. I have a local and remote mirror of the code. The Eclipse project is pointed to the local code.

 

I thought I would just be able to set the source location in the Debug Configuration to the location of the source code on the remote server. That seems intuitive, but it looks like I'm only allowed to set it to local folders. If I set it to my local project source, I get the above errors.

 

I checked the mailing list archives going back about two years and didn’t see anything similar.

Any help appreciated.

 

-Kyle Cochran


Back to the top