Eric Lilja wrote: > Now I want to put a breakpoint somewhere and print some variables when > that breakpoint is hit. Can I do that in this scenario? If so, how do I > make gdb find emacs sources? Doing > $ break /cygdrive/c/full/path/to/source/file:1337 doesn't work (No > source file named blah blah).
It should work fine. Can't you just "break file.c:1337"? Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/