Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Java->Debug->Step filter settings
Java->Debug->Step filter settings [message #214463] Mon, 22 March 2004 13:24 Go to next message
Eclipse UserFriend
Our application needs to set default step filters in Eclipse. When our users
step into .jar files particular to our application, we want it set up so
they won't get a message indicating there is no source.

This is possible but right now requires imports of internal packages.
Is there a way to do this without importing internals, or can these be made
not internal?

Right now,

import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin;
import org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants;

....

IPreferenceStore store =
JDIDebugUIPlugin.getDefault().getPreferenceStore();
String[] strings =
parseList(store.getString(IJDIPreferencesConstants.PREF_INAC TIVE_FILTERS_LIS
T));
.....
Re: Java->Debug->Step filter settings [message #216038 is a reply to message #214463] Thu, 25 March 2004 18:36 Go to previous message
Eclipse UserFriend
Log a bug report with your enhancement.
Unlikely to happen in 3.0 as the enhancement window is rapidly closing

Darins

"Glenn Bardwell" <gbardwel@us.ibm.com> wrote in message
news:c3napp$9cm$1@eclipse.org...
> Our application needs to set default step filters in Eclipse. When our
users
> step into .jar files particular to our application, we want it set up so
> they won't get a message indicating there is no source.
>
> This is possible but right now requires imports of internal packages.
> Is there a way to do this without importing internals, or can these be
made
> not internal?
>
> Right now,
>
> import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin;
> import org.eclipse.jdt.internal.debug.ui.IJDIPreferencesConstants;
>
> ...
>
> IPreferenceStore store =
> JDIDebugUIPlugin.getDefault().getPreferenceStore();
> String[] strings =
>
parseList(store.getString(IJDIPreferencesConstants.PREF_INAC TIVE_FILTERS_LIS
> T));
> ....
>
>
>
Previous Topic:NullPointer running Eclipse
Next Topic:Can the JDT ast be tagged?
Goto Forum:
  


Current Time: Fri Sep 26 17:24:48 EDT 2025

Powered by FUDForum. Page generated in 0.03098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top