Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Move breakpoints logic to other class #106

Merged
merged 4 commits into from
Mar 30, 2019

Conversation

shargon
Copy link
Member

@shargon shargon commented Mar 30, 2019

The idea is remove breakpoints logic from the main class without remove this feature.

Neo should use the ExecutionEngine, if other debugger need this beakpoints, it could extend DebugeableExecutionEngine

Be free to close it if you don't like it.

@shargon shargon requested a review from erikzhang March 30, 2019 10:29
@erikzhang
Copy link
Member

I like this idea. I moved the functions to a new class Debugger, and make it available to any ExecutionEngine.

@shargon shargon merged commit 58152f8 into neo-project:master Mar 30, 2019
@shargon shargon deleted the vm-debugeable branch March 30, 2019 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants