Hello mwgesner,
With LabWindows/CVI 7.x, you can generate a memory map of an executable (Build >> Target Settings >> Generate Map File) which will list each variable and function in the call stack with its corresponding memory location. Unline COFF debugging information, it will not include a line number where a program crashed, but it will identify the offending function and memory location.
Thanks.
Wendy L
LabWindows/CVI Developer Newsletter