On 16/12/2015 22:08, Michael Black wrote: > Why no line number in the run-time error? There was somebody else > that had that problem a few weeks ago too. > Does it need the debug version? Hi Mike,
Yes, the Release configuration has minimal debug information. It is always wise to use the Debug configuration for testing, plus it builds a lot faster too. Even better is to run the debug version under gdb, that way if it crashes you have the ability to examine the stack trace of the offending thread and you get the console output even on Windows with a winmain driven program. This doesn't help a great deal with crashes in jt9 since it is a sub-process but at least you get an error message with source locations. 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
