Page 1 of 1

5.71 x64 Debugger Scope problem with modules

Posted: Sun Aug 18, 2019 8:14 am
by Bitblazer
PB 5.71 x64

A project which uses a module, breaking inside the module with the standalone debugger. It correctly shows global linked list structures inside the debugger, but if you try to access them, an error message is displayed instead of the global list being shown. See included picture.

Image

Re: 5.71 x64 Debugger Scope problem with modules

Posted: Sun Aug 18, 2019 2:14 pm
by mk-soft
Can you reproduce it with a short code.

Here the LinkedList is displayed correctly in the module.

Re: 5.71 x64 Debugger Scope problem with modules

Posted: Sun Aug 18, 2019 4:21 pm
by Bitblazer
mk-soft wrote:Can you reproduce it with a short code.

Here the LinkedList is displayed correctly in the module.
I dont know if i can reproduce it with a short example, but it happened in one of my free projects (JPG Picture Commenter).

I could just upload the 0.91 sources and tell you in which module the problem occurs and how to easily trigger the situation with a few mouseclicks.

It is a WIP and changes daily, so the webpage and software is currently only in german.

Re: 5.71 x64 Debugger Scope problem with modules

Posted: Thu Feb 16, 2023 6:18 pm
by Fred
We need a small code snippet to be able to investigate this