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

#trace et #untrace_all #8377

Closed
vicuna opened this issue Nov 21, 2003 · 1 comment
Closed

#trace et #untrace_all #8377

vicuna opened this issue Nov 21, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 21, 2003

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

Bug description

Full_Name: Diego Olivier Fernandez Pons
Version: 3.04 3.06
OS: Linux
Submission from: aurore.edite-de-paris.com.fr (132.227.65.18)

    Objective Caml version 3.06

let f = fun x -> x + 1;;

val f : int -> int =

#trace f;;

f is now traced.

let f = fun x -> x + 2;;

val f : int -> int =

#trace f;;

f is now traced.

f 0;;

f <-- 0
f --> 2

  • : int = 2

#untrace_all;;

f is no longer traced.
f is no longer traced.

f 0;;

  • : int = 1
@vicuna
Copy link
Author

vicuna commented May 9, 2004

Comment author: administrator

Fixed 2004-05-09 by XL

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