Is it possible to find out the code position from where the exception originated using information from this log entry?
2025-07-02T13:56:19Z, 0x00000011, 8, 81, 3, #### Exception: *EXCEPTION* [<excpt>AccessViolation</excpt>] occurred: App=[<app>Application</app>], Task=[<task>Task</task>] 2025-07-02T13:56:19Z, 0x00000011, 8, 81, 3, #### Exception: *SOURCEPOSITION* App=[<app>Application</app>] area=<area>2</area>, offset=<off>13349868</off>
right click on the line in the logger should open the line in the source code..
Log in to post a comment.
Is it possible to find out the code position from where the exception originated using information from this log entry?
right click on the line in the logger should open the line in the source code..