Skip to content

Conversation

@adri09070
Copy link
Contributor

@adri09070 adri09070 commented Sep 6, 2022

skipUpTo command was very unstable and could easily make an image freeze. However, it has been improved a lot via a bunch of PRs in https://github.com/pharo-spec/ScriptableDebugger.

The only PR that needs to be integrated to make it completely stable is this one: pharo-spec/ScriptableDebugger#48. Then, I believe that this could be integrated again in the debugger and that's why I make this PR as some people like @labordep and @astares are interested in this feature.

I also improved the command to make it more intuitive as, until now, the user had to select a message send or an assignment to skip up to this instruction, otherwise it would skip everything. I improved it so that putting a caret before a message send or assignment (or anything else) allows the user to skip up to this instruction.

This PR could be merged after pharo-spec/ScriptableDebugger#48 is merged.

… empty (if there's only a caret) + reintegration in the advanced debugging tools
@adri09070
Copy link
Contributor Author

It doesn't look like the failing test is related

@MarcusDenker MarcusDenker merged commit 1abd271 into pharo-spec:Pharo11 Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants