Author Topic: SE didn't break on Breakpoint in fork'ed' code ?  (Read 21689 times)

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
SE didn't break on Breakpoint in fork'ed' code ?
« on: January 16, 2019, 03:25:59 PM »
Hi,
I have some code executed after a pid = fork(), and SE didn't seems to break on it.
If the same code is call in main thread pid == 0, SE catch the breakpoint.
I probably made something wrong, but what  ???
Thanks for your help