Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] No variables displayed when debugging Open MPI

Do you have a stack frame selected in the Debug view? The Variables view will not display anything unless you have a stack frame selected.

Regards,
Greg

On Aug 21, 2014, at 2:52 PM, Valentin Vervondel <valentin.vervondel.1@xxxxxxxxxxxxx> wrote:

> Hi,
> 
> When I start a parallel debug of my Open MPI application, I don't have my program variables displayed in the Variables tab of the parallel debug perspective. I actually have two Variables tab, the first one only contains variables such as ompi_stdio_seek_set, ompi_stdio_seek_end, SEEK_CUR, cl::NullRange, etc. but none of my own variables, no matter where I am debugging in the program. The second one iw just empty. Same for when I hover on a variable, no value is displayed.
> 
> I have tried closing the tabs and resetting the perspective, but the problem persists. I am using Luna with PTP 8.0.1 on Ubuntu.
> 
> Thanks!
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top