Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Only regenerate outdated files of the debug datapack #84

Description

@Adrodoc

Currently the whole debug datapack is regenerated for any change to a function or breakpoint. This is especially bad because stepping dynamically adds and removes breakpoints, causing a regeneration each time.

When breakpoints are changed, we only need to regenerate the files of the function those breakpoints are in and resume_self.

When a function is changed we need to regenerate the files of that function and if the call tree changes also the return functions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions