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 -I +camlp4 #3326

Closed
vicuna opened this issue May 1, 2002 · 1 comment
Closed

ocamldebug -I +camlp4 #3326

vicuna opened this issue May 1, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented May 1, 2002

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

Bug description

Full_Name: Jacek Chrzaszcz
Version: 3.04
OS: Linux
Submission from: fw-gw-atm.mimuw.edu.pl (193.0.96.15)

Hello,

I think this (very useful) option of writing -I +something does not work with
ocamldebug.
Since I do not think it is a feature, I am filing a bug report ;)

This does not work:

[chrzaszc@ruta chrzaszc]$ ocamldebug -I +camlp4 foo
Objective Caml Debugger version 3.04

(ocd) load_printer "gramlib.cma"
Cannot find file gramlib.cma
(ocd)

while this works:

[chrzaszc@ruta chrzaszc]$ ocamldebug -I camlp4 -where wld
Objective Caml Debugger version 3.04

(ocd) load_printer "gramlib.cma"
File /usr/local/lib/ocaml/camlp4/gramlib.cma loaded
(ocd)

Yours,

Jacek

@vicuna
Copy link
Author

vicuna commented May 7, 2002

Comment author: administrator

Fixed 2002-05-07 by XL

@vicuna vicuna closed this as completed May 7, 2002
@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