Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Getting IResource from DebugPlugin
Getting IResource from DebugPlugin [message #156367] Wed, 28 April 2004 12:58 Go to next message
Eclipse UserFriend
Hello,

How do I get the IResource representing the document that I'm
debugging in the Debug plugin?


Best regards,
- Sami
Re: Getting IResource from DebugPlugin [message #156375 is a reply to message #156367] Wed, 28 April 2004 15:35 Go to previous message
Eclipse UserFriend
You mean from the active editor as set by selecting the stack frame in the
debug view?

You could get the active editor and then get the editor input.
This if it was an IFileEditorInput, call input#getFile()

HTH
Darins

"exquisitus" <sami.lakka@tut.fi> wrote in message
news:c6onjg$lld$1@eclipse.org...
> Hello,
>
> How do I get the IResource representing the document that I'm
> debugging in the Debug plugin?
>
>
> Best regards,
> - Sami
Previous Topic:setting ANT command line options in 3.0 M8
Next Topic:Does the Eclipse debugger have a way to display a method's return value?
Goto Forum:
  


Current Time: Sun Jun 08 13:05:47 EDT 2025

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

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

Back to the top