Browse thread
RE: Ocamldebug for non-UNIX
- Manuel Fahndrich
[
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: | Manuel Fahndrich <maf@m...> |
| Subject: | RE: Ocamldebug for non-UNIX |
I was wondering the same a while ago. Xavier Leroy told me the problem is that the debugger uses processes and sockets extensively in a way that are incompatible with the Windows implementation of sockets. I tried to compile the debugger under windows, which works. Unfortunately, the code tries to do a select on a number of handles (sockets and file descriptors) and then the windows/unix interface fails, since Windows apparently has no select implementation to wait on file handles and sockets. It looks like what we need is a wrapper for file handles that makes them appear as sockets. There may be other issues too, but that's as far as I investigated. -Manuel -----Original Message----- From: Shmulik Regev [mailto:shmul@iname.com] Sent: Saturday, July 31, 1999 5:26 AM To: caml-list@inria.fr Subject: Ocamldebug for non-UNIX Is some work being done on a debugger for the Mac/Windows OCaml versions ? Thanks, Shmulik Regev -- "When you find yourself on the side of the majority, it is time to reform." -Mark Twain