This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256292 - ClassCastException: org.netbeans.api.debugger.jpda.LineBreakpoint$LineBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint
Summary: ClassCastException: org.netbeans.api.debugger.jpda.LineBreakpoint$LineBreakpo...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: arcanefoam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-31 14:07 UTC by XM12
Modified: 2016-05-21 23:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213094


Attachments
stacktrace (1012 bytes, text/plain)
2015-10-31 14:07 UTC, XM12
Details
stacktrace (1012 bytes, text/plain)
2016-05-21 23:54 UTC, XM12
Details

Note You need to log in before you can comment on or make changes to this bug.
Description XM12 2015-10-31 14:07:14 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Set breakpoint.

GUEST: This also happens when I add a new break point in my java project

GUEST: LineBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint

GUEST: reviewing a code

GUEST: Adding breakpoint

XM12: Error




Stacktrace: 
java.lang.ClassCastException: org.netbeans.api.debugger.jpda.LineBreakpoint$LineBreakpointImpl cannot be cast to com.MYDevelopers.Cider.CoronaBridge.CoronaBridgeBreakpoint
   at com.MYDevelopers.LuaDebugger.PersistenceManager.breakpointAdded(PersistenceManager.java:57)
   at org.netbeans.api.debugger.DebuggerManager.fireBreakpointCreated(DebuggerManager.java:883)
   at org.netbeans.api.debugger.DebuggerManager.addBreakpoint(DebuggerManager.java:536)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider.doTheAction(ToggleBreakpointActionProvider.java:239)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider.doAction(ToggleBreakpointActionProvider.java:166)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider$1.run(ToggleBreakpointActionProvider.java:258)
Comment 1 XM12 2015-10-31 14:07:17 UTC
Created attachment 157080 [details]
stacktrace
Comment 2 Martin Entlicher 2015-11-03 15:08:46 UTC
LuaDebugger issue.
Comment 3 XM12 2016-05-21 23:54:38 UTC
Created attachment 159826 [details]
stacktrace

debuging the project