5.71 x64 Debugger Scope problem with modules

Just starting out? Need help? Post your questions and find answers here.
Bitblazer
Enthusiast
Enthusiast
Posts: 736
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

5.71 x64 Debugger Scope problem with modules

Post 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
User avatar
mk-soft
Always Here
Always Here
Posts: 5409
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: 5.71 x64 Debugger Scope problem with modules

Post by mk-soft »

Can you reproduce it with a short code.

Here the LinkedList is displayed correctly in the module.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Bitblazer
Enthusiast
Enthusiast
Posts: 736
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: 5.71 x64 Debugger Scope problem with modules

Post 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.
Fred
Administrator
Administrator
Posts: 16687
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: 5.71 x64 Debugger Scope problem with modules

Post by Fred »

We need a small code snippet to be able to investigate this
Post Reply