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

Misplaced space ('\040') character in ocamldebug's response to "help" command. #5789

Closed
vicuna opened this issue Oct 13, 2012 · 0 comments
Closed

Comments

@vicuna
Copy link

vicuna commented Oct 13, 2012

Original bug ID: 5789
Reporter: kosik
Assigned to: @xclerc
Status: closed (set by @xclerc on 2012-10-17T12:26:59Z)
Resolution: fixed
Priority: low
Severity: minor
Version: 3.12.1
Category: tools (ocaml{lex,yacc,dep,debug,...})

Bug description

After starting ocamldebug, we get a prompt:

(ocd)

After typing "help", I get:

List of commands :cd complete pwd directory kill help quit shell run reverse
step backstep goto finish next start previous print display source break
delete set show info frame backtrace bt up down last list load_printer
install_printer remove_printer

Wouldn't this:

List of commands: cd complete pwd directory kill help quit shell run reverse
step backstep goto finish next start previous print display source break
delete set show info frame backtrace bt up down last list load_printer
install_printer remove_printer

be clearer?

(usually, colon is followed by space, not preceded by it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant