The missing source is ok, in above you stepped into tcgetattr() stepped along a bit which was fine even if no source was shown, then did next not step. I would guess tcgetattr() does a trap to the kernal, and thats probably not tracable by GDB, which then gets very confused trying to do next. Debugging should work ok if you step over the call to tcgetattr() not into it.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1170/c1148068262@github.com>