Skip to content

ensure that the user-help for ACCEPT does not leave the program

Simon Sobisch requested to merge ssobisch/cbl-gdb:accept_cnext_fix into version428

for details see new in-code comments, step/next/cnext was broken here before

I've thought about disabling that completely for now until "someday" I add the ccatchpoints (accept, runtime error/exit), but I've dropped that thought quite fast. The reason: now "only" the continue command is interrupted and the user was interrupted by the ACCEPT in most cases anyway (only exception is a rare-case redirected stdin).

Merge request reports