|
We have been using Robotframework for our tests for years and I became aware of this extension for VS Code at the “Trends in Testing” event organized by Imbus AG. Using the extension has already made our lives much easier. Many thanks for your efforts. But there is one problem: if you come across a bug during debugging, you can correct it immediately. But I can't manage to continue debugging from the corrected line of code. Only a restart of the debugging works. Have I possibly overlooked something or is it working as intended? |
Answered by
d-biehl
Jul 31, 2025
Replies: 1 comment
|
sorry for the late answer. This is not possible with robotframework, because there is no way to step backwards. If you want, you can create an enhancement request and we can look if it is possible sometimes. |
0 replies
Answer selected by
githubchb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry for the late answer. This is not possible with robotframework, because there is no way to step backwards.
If you want, you can create an enhancement request and we can look if it is possible sometimes.