Bug 273290

Summary: devel/radare2 does not stop at set breakpoint
Product: Ports & Packages Reporter: pdh
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: New ---    
Severity: Affects Some People CC: bofh
Priority: --- Flags: linimon: maintainer-feedback? (bofh)
Version: Latest   
Hardware: amd64   
OS: Any   

Description pdh 2023-08-22 14:33:01 UTC
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.