Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: FUBAR-BDHR on October 04, 2009, 04:38:22 am

Title: Debug not working correctly in recent builds
Post by: FUBAR-BDHR on October 04, 2009, 04:38:22 am
Doesn't seem to matter if I run the exe, copy the PDB files to the FS2 directory, run from F5 in VS2008 whenever I hit an assert and break into the debugger I get something like the following:

Code: [Select]
ntdll.dll!7c90120e()
  [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
> fs2_open_3_6_11d.exe!debug_int3(char * file=0x3b02126e, int line=504162548)  Line 760 + 0x8 bytes C++
  bc15fff4()

Instead of the normal call stack with the ability to check variable values and the calling functions.  All I get is assembly.  Happening on multiple computers even with the same crash that was traceable before.  
Title: Re: Debug not working correctly in recent builds
Post by: portej05 on October 04, 2009, 05:03:24 am
FUBAR: It's a known problem, we're working on it.
It'll be changed back at some point soon (until we figure out what is really going on)