2013-07-05 14:12 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/debug/dbgentry.c
! added missing casting
* src/debug/debugger.prg
+ show in call stack references to code compiled without debug info
* src/rtl/itemseri.c
* ignore HB_HASH_RESORT flag during hash serialization
This commit is contained in:
@@ -1835,7 +1835,9 @@ METHOD LoadCallStack() CLASS HBDebugger
|
||||
// a procedure with debug info
|
||||
::aProcStack[ i - nDebugLevel + 1 ] := ::aCallStack[ nPos ]
|
||||
ELSE
|
||||
::aProcStack[ i - nDebugLevel + 1 ] := {, ProcName( i ) + "(" + hb_ntos( ProcLine( i ) ) + ")", , nLevel, , }
|
||||
::aProcStack[ i - nDebugLevel + 1 ] := iif( ProcLine( i ) != 0, ;
|
||||
{ ProcFile( i ), ProcName( i ), ProcLine( i ), nLevel, {}, {} }, ;
|
||||
{, ProcName( i ) + "(" + hb_ntos( ProcLine( i ) ) + ")", , nLevel, , } )
|
||||
ENDIF
|
||||
NEXT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user