Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Flexible debug hierarchy and console

Agree. It should have been there even before the flexible hierarchy was introduced.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=145545.

----- Original Message ----- From: "Pawel Piech" <pawel.piech@xxxxxxxxxxxxx> To: "Eclipse Platform Debug component developers list." <platform-debug-dev@xxxxxxxxxxx>
Sent: Monday, June 05, 2006 6:08 PM
Subject: Re: [platform-debug-dev] Flexible debug hierarchy and console


Seems like a bug to me. DebugUITools.getCurrentProcess() should probably call getAdapter(IProcess.class) as the first choice.
-Pawel

Mikhail Khodjaiants wrote:

Hi,

I am trying to implement a debug model that is not based on IDebugElement. But the platform implementation of the Console view uses the DebugUITools.getCurrentProcess() method to associate a console with the current debug context. But getCurrentProcess returns null for contexts that are not instances of IDebugElement, IProcess or ILaunch. What am I doing wrong?

Thanks,

Mikhail Khodjaiants

------------------------------------------------------------------------

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top