Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Cannot connect to debugger - eclipse photon

It should be created as soon as you launch or debug a job.

Regards,
Greg

On Nov 16, 2018, at 10:33 AM, Kobby Shpund <shpundk@xxxxxxxxx> wrote:

Greg,

I removed the ".eclipsesettings" directory and reopened either one of the Eclipse versions and the directory has not created again.
It's missing.

I guess I'll install Eclipse again (photon).
Do you have any other suggestions for this issue ?


Thanks,
Kobby

On Fri, Nov 16, 2018 at 4:53 PM Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Hi Kobby,

The installation location of Eclipse doesn't matter. It will always use .eclipsesettings in your home directory, so each time you start a different version, it will overwrite this directory (you should probably manually remove it to make sure).

Regards,
Greg

On Nov 16, 2018, at 9:19 AM, Kobby Shpund <shpundk@xxxxxxxxx> wrote:

Hi Greg,

Thanks for the rapid reply.

I do have the above mentioned file in my /home directory.
I have 3 versions of Eclipse installed one aside another as :
/home/eclipse/parallel-oxygen
/home/eclipse/parallel-neon
/home/eclipse/parallel-photon

Put it in another words -- does the process of installation can affect the way the above file is reached (in either version) ?


Much appreciated,
Kobby



On Fri, Nov 16, 2018 at 3:29 PM Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Hi Kobby,

In your home directory on the target system there should be a script called ".eclipsesettings/rms/MPICH2/start_debug_job.pl" which is used to help launch the debug session. I'd suggest starting with this to make sure that it is running the correct command and that gdb is getting launched correctly. 

Regards,
Greg

On Nov 16, 2018, at 2:11 AM, Kobby Shpund <shpundk@xxxxxxxxx> wrote:

Hi all,

I have configured a local parallel application run using Eclipse-photon.
The MPI is MPICH-3.2, and when using the Generic MPICH2 interactive for the target system configuration it runs the application correctly.

The second step is configuring a parallel debug session, where I filled all the needed fields (most of them similar to the run session).
I basically follow the online documentation, and the debugger tab fields are automatically filled-in to be identical to the online documentation guide.
>> However, when starting the debug session, the IDE cannot connect to the debugger (please find the attached screen shot).

Any ideas how to progress with this issue ?

* The Intel tools (compiler and debugger) are identify automatically and set up during the parallel run configuration. In addition, I do have a native "gdb" installed (other than "gdb-ia").
** The environment is being appended to native environment


Thank you very much for any of your pointers,
Kobby 

--
Kobby Shpund
<Eclipse_photon_debug_issue_1.png>_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user


--
Kobby Shpund
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user


--
Kobby Shpund
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ptp-user


Back to the top