Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Setting breakpoints in M9
Setting breakpoints in M9 [message #160580] Tue, 25 May 2004 10:16 Go to next message
Eclipse UserFriend
Hi,

I have difficulties setting breakpoints with M9. Is this already known or
should I file a bug report?

Regards,

Jochen


!ENTRY org.eclipse.jdt.debug.ui 4 150 Mai 25, 2004 16:24:28.51

!MESSAGE Internal Error

!STACK 0

org.eclipse.jface.text.BadLocationException

at
org.eclipse.jface.text.AbstractLineTracker.getLineInformatio n(AbstractLineTracker.java:198)

at
org.eclipse.jface.text.AbstractDocument.getLineInformation(A bstractDocument.java:786)

at
org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointRu lerAction.run(ManageBreakpointRulerAction.java:100)

at
org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(Ab stractRulerActionDelegate.java:98)

at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:276)

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:899)

at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:850)

at
org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:769)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2716)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2382)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1363)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)

at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:253)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)

at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:97)

at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:307)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.eclipse.core.launcher.Main.basicRun(Main.java:185)

at org.eclipse.core.launcher.Main.run(Main.java:638)

at org.eclipse.core.launcher.Main.main(Main.java:622)
Re: Setting breakpoints in M9 [message #160614 is a reply to message #160580] Tue, 25 May 2004 11:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: user.domain.invalid

I think that's already known. Try 2x clicking on the left bar or doing
ctrl-shift-B. It's contextual menu that's broke.

Jochen Wiedmann wrote:

> Hi,
>
> I have difficulties setting breakpoints with M9. Is this already known or
> should I file a bug report?
>
> Regards,
>
> Jochen
>
>
> !ENTRY org.eclipse.jdt.debug.ui 4 150 Mai 25, 2004 16:24:28.51
>
> !MESSAGE Internal Error
>
> !STACK 0
>
> org.eclipse.jface.text.BadLocationException
>
> at
> org.eclipse.jface.text.AbstractLineTracker.getLineInformatio n(AbstractLineTracker.java:198)
>
> at
> org.eclipse.jface.text.AbstractDocument.getLineInformation(A bstractDocument.java:786)
>
> at
> org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointRu lerAction.run(ManageBreakpointRulerAction.java:100)
>
> at
> org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(Ab stractRulerActionDelegate.java:98)
>
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:276)
>
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:899)
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:850)
>
> at
> org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContributionItem.java:769)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2716)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2382)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1363)
>
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:253)
>
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
>
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:97)
>
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:307)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>
> at java.lang.reflect.Method.invoke(Unknown Source)
>
> at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
>
> at org.eclipse.core.launcher.Main.run(Main.java:638)
>
> at org.eclipse.core.launcher.Main.main(Main.java:622)
>
>
>
Re: Setting breakpoints in M9 [message #160648 is a reply to message #160614] Tue, 25 May 2004 13:37 Go to previous message
Eclipse UserFriend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62266

"exquisitus" <user@domain.invalid> wrote in message
news:c8vnlk$lpe$2@eclipse.org...
> I think that's already known. Try 2x clicking on the left bar or doing
> ctrl-shift-B. It's contextual menu that's broke.
>
> Jochen Wiedmann wrote:
>
> > Hi,
> >
> > I have difficulties setting breakpoints with M9. Is this already known
or
> > should I file a bug report?
> >
> > Regards,
> >
> > Jochen
> >
> >
> > !ENTRY org.eclipse.jdt.debug.ui 4 150 Mai 25, 2004 16:24:28.51
> >
> > !MESSAGE Internal Error
> >
> > !STACK 0
> >
> > org.eclipse.jface.text.BadLocationException
> >
> > at
> >
org.eclipse.jface.text.AbstractLineTracker.getLineInformatio n(AbstractLineTr
acker.java:198)
> >
> > at
> >
org.eclipse.jface.text.AbstractDocument.getLineInformation(A bstractDocument.
java:786)
> >
> > at
> >
org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointRu lerAction.run(Ma
nageBreakpointRulerAction.java:100)
> >
> > at
> >
org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(Ab stractRulerActio
nDelegate.java:98)
> >
> > at
> > org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:276)
> >
> > at
> >
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:899)
> >
> > at
> >
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionI
tem.java:850)
> >
> > at
> >
org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContribu
tionItem.java:769)
> >
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> >
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
> >
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2716)
> >
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2382)
> >
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1363)
> >
> > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
> >
> > at
> >
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:253)
> >
> > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
> >
> > at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:97)
> >
> > at
> >
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:307)
> >
> > at
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)
> >
> > at
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> >
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >
> > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >
> > at java.lang.reflect.Method.invoke(Unknown Source)
> >
> > at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
> >
> > at org.eclipse.core.launcher.Main.run(Main.java:638)
> >
> > at org.eclipse.core.launcher.Main.main(Main.java:622)
> >
> >
> >
Re: Setting breakpoints in M9 [message #160663 is a reply to message #160648] Tue, 25 May 2004 12:59 Go to previous message
Eclipse UserFriend
Originally posted by: user.domain.invalid

Ah, code folding at play here. It does seem if you turn off code
folding the contextual menu works.

Darin Swanson wrote:

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=62266
>
> "exquisitus" <user@domain.invalid> wrote in message
> news:c8vnlk$lpe$2@eclipse.org...
>
>>I think that's already known. Try 2x clicking on the left bar or doing
>>ctrl-shift-B. It's contextual menu that's broke.
>>
>>Jochen Wiedmann wrote:
>>
>>
>>>Hi,
>>>
>>>I have difficulties setting breakpoints with M9. Is this already known
>
> or
>
>>>should I file a bug report?
>>>
>>>Regards,
>>>
>>>Jochen
>>>
>>>
>>>!ENTRY org.eclipse.jdt.debug.ui 4 150 Mai 25, 2004 16:24:28.51
>>>
>>>!MESSAGE Internal Error
>>>
>>>!STACK 0
>>>
>>>org.eclipse.jface.text.BadLocationException
>>>
>>>at
>>>
>
> org.eclipse.jface.text.AbstractLineTracker.getLineInformatio n(AbstractLineTr
> acker.java:198)
>
>>>at
>>>
>
> org.eclipse.jface.text.AbstractDocument.getLineInformation(A bstractDocument.
> java:786)
>
>>>at
>>>
>
> org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointRu lerAction.run(Ma
> nageBreakpointRulerAction.java:100)
>
>>>at
>>>
>
> org.eclipse.ui.texteditor.AbstractRulerActionDelegate.run(Ab stractRulerActio
> nDelegate.java:98)
>
>>>at
>>> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:276)
>>>
>>>at
>>>
>
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:899)
>
>>>at
>>>
>
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionI
> tem.java:850)
>
>>>at
>>>
>
> org.eclipse.jface.action.ActionContributionItem$7.handleEven t(ActionContribu
> tionItem.java:769)
>
>>>at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
>>>
>>>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
>>>
>>>at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2716)
>>>
>>>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2382)
>>>
>>>at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1363)
>>>
>>>at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
>>>
>>>at
>>>
>
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:253)
>
>>>at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
>>>
>>>at
>
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:97)
>
>>>at
>>>
>
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> java:307)
>
>>>at
>>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)
>
>>>at
>>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
>
>>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>
>>>at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>>>
>>>at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>>>
>>>at java.lang.reflect.Method.invoke(Unknown Source)
>>>
>>>at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
>>>
>>>at org.eclipse.core.launcher.Main.run(Main.java:638)
>>>
>>>at org.eclipse.core.launcher.Main.main(Main.java:622)
Previous Topic:Adding jars in classpath from project directory shows added jars also
Next Topic:the mnemonic 's' in menu "Run" is not unique since M9
Goto Forum:
  


Current Time: Thu May 08 02:44:18 EDT 2025

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

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

Back to the top