If there is a getter definition on the next line in the debug code, the debug button is disabled and only can click stop. (setter can run fine)
The getter code like that:
var obj = { get test() { return 1; } };
Johnson Chu
If there is a getter definition on the next line in the debug code, the debug button is disabled and only can click stop. (setter can run fine)
The getter code like that: