Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Tracepoint
Tracepoint [message #216077] Sun, 02 October 2005 04:16 Go to next message
Eclipse UserFriend
Originally posted by: alan.ljubljana.agtrz.com

I'd like to create a tracepoint plugin. I'm aware of the open bugs
on the issue.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=106255
https://bugs.eclipse.org/bugs/show_bug.cgi?id=83992

I thought I'd create a new view and attach a tracepoint script,
written in Groovy or JavaScript, to a breakpoint.

Those scripts could println for starters, but would have a trace
output view down the road.

Long way to go. It would be a first Eclipse project.

--
Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/
Re: Tracepoint [message #216085 is a reply to message #216077] Sun, 02 October 2005 04:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alan.ljubljana.agtrz.com

On 2005-10-02, alan@ljubljana.agtrz.com <alan@ljubljana.agtrz.com> wrote:
> I'd like to create a tracepoint plugin. I'm aware of the open bugs
> on the issue.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=106255
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=83992
>
> I thought I'd create a new view and attach a tracepoint script,
> written in Groovy or JavaScript, to a breakpoint.
>
> Those scripts could println for starters, but would have a trace
> output view down the road.
>
> Long way to go. It would be a first Eclipse project.

Wrong bugs:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=71020

Cheers.

--
Alan Gutierrez - alan@engrm.com - http://engrm.com/blogometer/
Re: Tracepoint [message #216092 is a reply to message #216085] Sun, 02 October 2005 07:25 Go to previous message
Eclipse UserFriend
Hello,
I ve read the bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=71020. It
mentions conditional breakpoints.
How to create such breakpoint programmatically?
It is possible through evaluating the condition to communicate with a
plugin, that set such a breakpoint programmatically?
I think tracepoints should be able to do this, and it should be able to set
them on method-entry/exit.

I am working on a plugin, that uses (method and line) breakpoints to trace
programm execution. (It is an experiment.) To get callbacks, I use a
IJavaBreakpointListener, where some attr
Previous Topic:New Project: "Cannot create project content in workspace."
Next Topic:avoiding import statements while implementing interfaces in classes
Goto Forum:
  


Current Time: Fri May 16 06:34:25 EDT 2025

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

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

Back to the top