-
Notifications
You must be signed in to change notification settings - Fork 416
Open
Description
Originally reported by: Anonymous
Due to off again, on again, problems with gdb and gcc handling paths with spaces in windows(7.1 and 7.4 gdb http://sourceware.org/bugzilla/show_bug.cgi?id=12843 among others can't use a breakpoint in a file that has spaces in it or in the path), certain versions of gcc have trouble also, I took out the spaces(replacing them with underscores) in the directory names, the tutorial.lua, and the cpp files. This allows debugging and stepping through the tutorials without issues in any modern gdb.
- Bitbucket: https://bitbucket.org/alfonse/gltut/issue/80