POV-Ray : Newsgroups : povray.off-topic : Apparently... : Re: Apparently... Server Time
1 Oct 2024 13:18:26 EDT (-0400)
  Re: Apparently...  
From: Nicolas Alvarez
Date: 20 Apr 2008 16:38:30
Message: <480ba9c6@news.povray.org>
Gail Shaw escribió:
> "Chambers" <ben### [at] pacificwebguycom> wrote
>> More than likely debugging symbols, and they just didn't understand what
>> those are.
> 
> Except, AFAIK, the symbols aren't included in any MS program. If you want
> the debugging symbols, you have to download them seperatly.

Windows never defined a way to include debugging symbols inside the 
executable. It's always in separate .pdb files.

If you compile Windows programs with gcc, with debugging symbols 
enabled, they end up inside the .exe like on Linux, and gdb works on 
them; but it's incompatible with MSVC debugger. And viceversa; gdb 
doesn't understand .pdb symbol files.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.