Actions
Bug #3579
closedCtrl+Break doesn't breaking an code execution
Start date:
07/13/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I tried to break an code execution but CTRL+Break key shortcut didn't really acting and forcing adiirc to stuck.
Example Code (IT WILL FORCE ADIIRC TO STUCK):
alias test_break {
var %t = 50
var %i = 1
while (%i <= %t) {
}
}
- Thanks!
Actions