X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=flavors%2Fgl%2Fsource%2Finspector.cpp;fp=flavors%2Fgl%2Fsource%2Finspector.cpp;h=b641b05d0381a19a10afe4c4b853cab86a5a39a0;hp=6ff3f7033fa86180b2317f85f2e2d6a443f5800b;hb=7cc7ebcdb800bd4d88e4fccff8459003599e71d7;hpb=a34325fadec5b2be003bf9af1f081bfc4c83e8b6 diff --git a/flavors/gl/source/inspector.cpp b/flavors/gl/source/inspector.cpp index 6ff3f70..b641b05 100644 --- a/flavors/gl/source/inspector.cpp +++ b/flavors/gl/source/inspector.cpp @@ -82,6 +82,7 @@ void Inspector::process_stopped(int reason) GlPacket *pkt = packet_begin(FUNC_GLDQUERYLIMITS); gldbg.send(pkt); query_state = 0; + gldbg.clear_breakpoint(FUNC_GLXMAKECURRENT, BREAK_RETURN, this); gldbg.resume_from_break(this); } }