When you hit a break point and then resume the execution (F5), I think it would be best to remove the yellow arrow from the gutter and also the yellow highlight of the last executed line. This would indicate that the code is executing normally again. Currently, even if the execution was resumed, the yellow arrow and the yellow highlight stay, which is very confusing as you can never be sure if the execution was correctly resumed or not.
The same is true for the call stack view, which displays the "PAUSED ON ..." label even after resuming the execution. Basically there is no way to know if your code is running or not after resuming the execution.
Thanks!
When you hit a break point and then resume the execution (F5), I think it would be best to remove the yellow arrow from the gutter and also the yellow highlight of the last executed line. This would indicate that the code is executing normally again. Currently, even if the execution was resumed, the yellow arrow and the yellow highlight stay, which is very confusing as you can never be sure if the execution was correctly resumed or not.
The same is true for the call stack view, which displays the "PAUSED ON ..." label even after resuming the execution. Basically there is no way to know if your code is running or not after resuming the execution.
Thanks!