Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamldebug doesn't flush output properly on info for single breakpoint #7952

Closed
vicuna opened this issue Nov 18, 2002 · 1 comment
Closed
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 18, 2002

Original bug ID: 1476
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

This looks like a missing flush somewher in the code for "info breakpoint" in
the case that there is only one breakpoint:

     Objective Caml Debugger version 3.06

(ocd) break @ Test_strvz 8
Loading program... done.
Breakpoint 1 at 136356 : file Test_strvz, line 7 column 75
(ocd) info breakpoints
Num Address Where
(ocd) info breakpoints
1 136356 in Test_strvz, character 220
Num Address Where
(ocd) break @ Test_strvz 15
Breakpoint 2 at 136132 : file Test_strvz, line 16 column 5
(ocd) info breakpoints
1 136356 in Test_strvz, character 220
Num Address Where
1 136356 in Test_strvz, character 220
2 136132 in Test_strvz, character 463

Yours, Florian.

@vicuna
Copy link
Author

vicuna commented Jul 31, 2003

Comment author: administrator

fixed by DD 2003-07-17

@vicuna vicuna closed this as completed Jul 31, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant