On Wed, 2007-12-05 at 10:42 -0500, [EMAIL PROTECTED] wrote: > I am trying to debug C# compiled using gmcs -debug with GDB. > I can run my programme under GDB, but it doesn't see any debug > symbols, and can't set break points or show backtrace. > I am running ubuntu 7.04 with GDB 6.6-debian. > I have added a .gdbinit as described on the mono website > (http://www.mono-project.com/Debugging). > > Am I missing something really obvious? > > thanks > > dan
You should check out this wiki page: http://www.mono-project.com/Debugging#Debugging_with_GDB and you should also check out mndb from svn in /mono/mndb which is GDB macros for mono _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
