I'm debugging a javascript app (using Chrome dev tools), and I would like to change some variable values while stepping through the code.
Is that possible at all?
I have tried and got something like:
> modeline
1
> modeline=0
0 <<< seems to work but...
> modeline
1 <<< ups!!
But I'm unable to find any documentation that states what can or can't be done...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…