When I use the DemoDriver device to debug the DemoDriver code.
When I open smart client ,step into Playback tab,Click related button,But it does not trigger the breakpoint which I set,so how to trigger the breakpoint,maybe I don’t know The Scence.
When I use the DemoDriver device to debug the DemoDriver code.
When I open smart client ,step into Playback tab,Click related button,But it does not trigger the breakpoint which I set,so how to trigger the breakpoint,maybe I don’t know The Scence.
The method that you pointed out – “public override PlaybackReadResponse ReadData(Guid playbackId)” – is for remote playback (Edge retrieval), not for playback. I have a hunch that what you want to support is just regular playback of data recorded in the recording server and then you do not need this.