On 25-Oct-05, at 7:08 PM, Bradley Lucier wrote:
On Oct 25, 2005, at 3:58 PM, Marc Feeley wrote:
for tracking source-code location in gdb you can use the "-g" option and the Gambit compiler's "-track-scheme" option.
Thanks, that's helpful. I didn't find that option when searching the documentation.
Brad
Doc says:
@opindex -track-scheme The @samp{-track-scheme} options causes the generation of @samp{#line} directives that refer back to the Scheme source code. This allows the use of a C debugger to debug Scheme code.
Marc