From dont at spam.me Mon Mar 18 23:06:55 2024 From: dont at spam.me (Andy Valencia) Date: Mon, 18 Mar 2024 23:06:55 +0000 Subject: gdb on Linux w. spawn'ed threads? Message-ID: I'm cooking a micro-web service using serverino. I have used gdb, but now I've set a breakpoint in a function which the serverino middleware should be invoking from a worker thread. I have a writeln() to verify the code's being invoked--but gdb will _not_ break. I've verified a correct code address for the breakpoint. Has anybody else noticed a problem with breakpoints for worker threads? Or should I be looking at something else? (Note, I can break at _Dmain and see things OK, it's just once the middleware has taken over that I can't seem to look at the running code.)