You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to debug within symfony (I guess you know what it is since it is in the snapshot on your blog ^ ^ ) but the code window flickers after each step.
It is a bit strange:
Just after I press the shortcut for DbgStepOver (for instance), I can see the correct next position within the file, but 1/10th of a second later, the code window flickers, showing what I'd say are all the files from the stack. Then it stops again, showing the last position.
It is absolutely not blocking, but a bit annoying because it disturbs my debug session.
Nevertheless, thanks for this debugger, your improvements are worthy.
The text was updated successfully, but these errors were encountered:
My intuition was good 0:-)
I have commented out the call to self.setSign at the end of setStackList and the flicker has disappeared. This workaround is much more bearable to me.
I'm trying to debug within symfony (I guess you know what it is since it is in the snapshot on your blog ^ ^ ) but the code window flickers after each step.
It is a bit strange:
Just after I press the shortcut for DbgStepOver (for instance), I can see the correct next position within the file, but 1/10th of a second later, the code window flickers, showing what I'd say are all the files from the stack. Then it stops again, showing the last position.
It is absolutely not blocking, but a bit annoying because it disturbs my debug session.
Nevertheless, thanks for this debugger, your improvements are worthy.
The text was updated successfully, but these errors were encountered: