Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • C concurrent-programming-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pseucopseuco
  • concurrent-programming-web
  • Issues
  • #85
Closed
Open
Issue created Dec 14, 2022 by Dominic@thammaDeveloper

pseuCoDebugger drops Stackframe information

The pseuCoDebugger component fails to compute some data in Analyzedstate.agents[].frames which results in some Agents of the debugger not being able to fast-forward, even though they are enabled.

Steps to reproduce:

  1. Open a file that causes the bug
  2. Click the pseuCo debugger action
  3. Click fast-forward as long as this agent can act on Agent 0 and let the fast-forwarding terminate
  4. Try to fast-forward a single line on Agent 7

Expected behavior: Agent 7 fast-forwards from line 5 to line 6.

Actual behavior: The fast-forwarding is immediately cancelled, as _evaluateFastForward cannot determine the agent's frame.

I tried to bug hunt the issue by looking into the analyzeState routine, to no avail.

Assignee
Assign to
Time tracking