Browse thread
Debugging C and OCaml
[
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: | Jianzhou Zhao <jianzhou@s...> |
| Subject: | Debugging C and OCaml |
My main program is C++. It uses C functions to call OCaml functions, and these OCaml functions also call C functions and wrapped C++ functions sometimes. I can debug from C++, but it stops when it meets an OCaml binding. Does anyone know an efficient solution about how to debug across different languages? Thanks in advance. -- Jianzhou