Except frame tracking (JclDebug) not working on Windows 64 bit platform (Delphi 12) #136
borisneubert
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
this issue would probably better reported in the Jedi bug tracker, but signing up for the bug tracker is disabled.
The
FramesTrackExample
fromjcl\jcl\examples\windows\debug\framestrack
compiles fine for Windows 32 bit and Windows 64 bit platforms (Delphi 12). It produces the expected results under 32 bit. Under 64 bit, the stack frames are not logged.I traced the issue down to line 74 in
FramesTrackDemoMain.pas
, whereJclLastExceptFrameList
is((JclDebug.TJclGlobalStackList.ItemDestroyed,$189B02E2840))
andJclLastExceptFrameList.Count
is an inaccessible value.I am willing to work on that issue but I need support from someone who is familiar with the JclDebug inner workings.
Best regards
Boris
Beta Was this translation helpful? Give feedback.
All reactions