Message-ID: <m2hdj8rc05.fsf@macaroni.local>
Date: 2005-03-18T20:27:07Z
From: Seth Falcon
Subject: Trouble debugging with gdb, R on Windows
In-Reply-To: <Pine.OSF.4.58.0503181244410.51844@odin.mdacc.tmc.edu> (Paul Roebuck's message of "Fri, 18 Mar 2005 13:01:40 -0600 (CST)")
Paul Roebuck <roebuck@odin.mdacc.tmc.edu> writes:
> Not a Windows developer so this may be off but did you try
> loading the shared library prior to setting your breakpoint?
>
> (gdb) break WinMain
> (gdb) run
> (gdb) info share
Yes, in the transcript of gdb included in my post I did the first two
lines of the above. Just tried the 'info share' and I see R.dll is
loaded, but I still get the same error when trying to set another
breakpoint.
Thanks,
+ seth