From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA24874; Thu, 22 Jul 2004 19:34:40 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA24916 for ; Thu, 22 Jul 2004 19:34:40 +0200 (MET DST) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by concorde.inria.fr (8.12.10/8.12.10) with SMTP id i6MHYcSH023140 for ; Thu, 22 Jul 2004 19:34:39 +0200 Received: by mproxy.gmail.com with SMTP id 73so62035rne for ; Thu, 22 Jul 2004 10:34:38 -0700 (PDT) Received: by 10.38.209.5 with SMTP id h5mr493737rng; Thu, 22 Jul 2004 10:34:38 -0700 (PDT) Message-ID: Date: Thu, 22 Jul 2004 10:34:38 -0700 From: "Corey O'Connor" To: caml-list@inria.fr Subject: [Caml-list] Debugging mixed ocaml-C code. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 40FFFAAE.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; corey:99 newbie:01 debugging:01 ocaml-c:01 ocamldebug:01 behave:01 ocaml-c:01 ocamldebug:01 caveats:01 debug:01 ocaml:01 ocaml:01 anybody:03 debugged:04 separately:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm having some troubles wrapping my head around working with both C and Ocaml code in the same project. If anybody could answer some questions for me that'd be great. :-) How does ocamldebug behave with mixed ocaml-C code? Can I debug the C code within ocamldebug? Or does the C code have to be debugged separately from the OCaml code? Are there any caveats to using the interactive environment with mixed Ocaml-C code? Thanks! -- -Corey O'Connor ------------------- 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