Browse thread
[Caml-list] ocamldebug and windows
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Re: [Caml-list] ocamldebug and windows |
> It is true that time-travel in the presence of I/O is, in general, > impossible. (You can't "un-send" the network packets that were > already sent!) However, I'd like it to work at least for programs > that read or write regular files, as in the example above. Under > Unix, fork() gets us 90% there -- there is still an issue with the > reading/writing position being shared (not duplicated) between the > parent and child process, but we are considering hacks to work around > this. Of course, backward program execution is really a great feature ! But what about simply having a debugger under Win32 without it ? That would be far better than no debugger at all... And perhaps that will motivate some *cool hackers* who will then work on the checkpointing library you were talking about or equivalent solutions. - Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners