Re: [Q] debugging Lua and C/C++ in one go
[
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: 2008年2月13日 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--