Bug 273290 - devel/radare2 does not stop at set breakpoint
Summary: devel/radare2 does not stop at set breakpoint
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 14:33 UTC by pdh
Modified: 2023-08-22 17:55 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.