[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Q] debugging Lua and C/C++ in one go
- From: "Leo Razoumov" <slonik.az@...>
- Date: Wed, 13 Feb 2008 11:47:21 -0500
On 2/13/08, steve donovan <steve.j.donovan@gmail.com> wrote:
> You could probably attach two different debuggers to your process,
> although this is of course not so elegant ;)
>
I do not think it will work. Which debugger will run the main function
and intercept and dispatch break_point events?
--Leo--