Hello
is there any way to make code for studio debugger atomic? e.g.
#magic(atomarize) :D
for(int i=0;i<100;++i)
{
//actions
}
// other statements
so when debugger comes to the for statement, it doesn't show how it's executed (it executes internally) and at once goes to the other statement