Re: debugging source with extended characters
Andrew Gaylard <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Terry Ebaugh wrote: > Hi all, > > I'm new to using ddd. I checked google and the ddd website but I > couldnt find an answer to my question. > > I have a source file that has ISO-8859-1 characters in it (like the > british pound symbol) When I load my program into ddd it will only > display the source code up to the point where it first encounters one > of the characters above A0 in the character set. Its hard to set > break points without seeing the rest of my source code. Does anyone > know how I can get around this? Terry, You can try either of these: - unset LANG; ddd - install Lesstif, and configure ddd at build time to use it instead of Motif. Andrew.