When debugging lua code, it does nothing, just prints `^C`. When debugging nginx, it prints `^C` and then nginx handles `SIGINT`. Most reasonable behavior would be to: 1. show next prompt line 2. move cursor to the next line
When debugging lua code, it does nothing, just prints
^C.When debugging nginx, it prints
^Cand then nginx handlesSIGINT.Most reasonable behavior would be to: