Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger error missing values for sequences - truncated with duplicate entry 33 #680

Open
lausdahl opened this issue Mar 28, 2018 · 0 comments
Assignees
Labels
bug Incorrect behaviour of the tool IDE Problem with Eclipse rather than language core
Milestone

Comments

@lausdahl
Copy link
Member

Description

The Overture IDE debugger is preventing inspection of sequences with more than 33 elements. It simply truncates the values shown to 33 and also inserts an extra element 33, including this element the total count is correct.

image

image

The test model is shown here, and is executed in VDM SL:

op2: ()==>?
op2()==
 let list = [i | i in set {1,...,50}]
 in
 	return list;

The error is likely to be related to the class VdmValue in IDE debug it seems to be responsible for paging. It should be noted that sets work as expected.

Steps to Reproduce

place breakpoint and debug

Expected behavior:

all elements were shown with on duplicate index values

Actual behavior:

truncated at 33 + an extra element 33

Reproduces how often:

always

Versions

2.6.0
Mac 10.13.3

@lausdahl lausdahl added the bug Incorrect behaviour of the tool label Mar 28, 2018
@peterwvj peterwvj added this to the v2.6.2 milestone May 4, 2018
@peterwvj peterwvj modified the milestones: v2.6.2, v2.6.4 May 17, 2018
@peterwvj peterwvj modified the milestones: v2.6.4, v2.6.6 Oct 18, 2018
@peterwvj peterwvj modified the milestones: v2.7.0, v2.7.2 Jun 3, 2019
@peterwvj peterwvj modified the milestones: v2.7.2, v2.7.4 Sep 30, 2019
@nickbattle nickbattle added the IDE Problem with Eclipse rather than language core label Dec 20, 2019
@idhugoid idhugoid modified the milestones: v2.7.4, v3.0.2 Mar 16, 2020
@idhugoid idhugoid modified the milestones: v3.0.0, v3.0.2 Aug 28, 2020
@idhugoid idhugoid modified the milestones: v3.0.2, v3.0.4 Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behaviour of the tool IDE Problem with Eclipse rather than language core
Projects
None yet
Development

No branches or pull requests

4 participants