[Bug 273290] radare2 does not stop at set breakpoint
Date: Tue, 22 Aug 2023 14:33:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273290 Bug ID: 273290 Summary: radare2 does not stop at set breakpoint Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pdh@pcsforney.com when debugging a program with radare2, setting a breakpoint on a line will not stop execution at the breakpoint. This issue can be reproduced by writing a program to print out 10 lines and then setting a breakpoint at the line which prints the text. The program will show that a breakpoint (b) is set at the line, but the program will continue as if it was not set. -- You are receiving this mail because: You are the assignee for the bug.