Re: [Dev] [Siddhi] [Bug] [GSoC] Issue in releaseBreakPoint of Siddhi Debugger

2017-06-03 Thread Grainier Perera
Hi Madhawa, I think you are using *debugger.next()* within the callbacks' debugEvent method. That could be the reason why you'd get two debugger callbacks. Because even you release the breakpoint, next will trigger the callback at next debuggable element. To get rid of that, use *debugger.play()

[Dev] [Siddhi] [Bug] [GSoC] Issue in releaseBreakPoint of Siddhi Debugger

2017-06-02 Thread Madhawa Vidanapathirana
Hi, I wrote the following code snippet on releaseBreakPoint feature of siddhiDebugger (Siddhi4.0.0-M5-SNAPSHOT) but the breakpoint doesn't get released. *Am I doing something wrong here? Or is it a bug with Siddhi Debugger since its still in development?* >