Trouble debugging with gdb, R on Windows
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