Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Something about breakpoints in PTP

See answers below.
Regards,
Greg

On May 28, 2013, at 6:21 AM, Krime <krimelam@xxxxxxxxx> wrote:

I have 4 questions about breakpoint when I debug the OpenMPI program:
  1. The breakpoint type options context menu (normal/parallel) crushes after the 1st right click on the left fringe.
I'm not sure what you mean. Can you provide a screenshot?
  1. The breakpoints set in CDT and never die out (cannot toggle it off)
This sounds like a CDT problem. Do you have the same issue without PTP installed?
  1. Is that only parallel breakpoints are availabe to toggle in parallel debug? I set a normal (sequensial) breakpoint in an MPI program, but it seems not working~
Only parallel breakpoints are used by the parallel debugger. CDT (sequential) breakpoints are ignored.
  1. The conditional breakpoints do not work in the branch block (if-else).
Unfortunately, conditional breakpoints are not currently implemented. See bug 383052.

Thanks regardless,
Krime
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top