I’ve made some searches but not found this question, sorry.
In a vb6 loop Ive a msgbox showed.
Any way to enter in debug mode (as using F8) ?
I need this in order to change the conditions of the msgbox.
And not, I can’t restart the project because then I will lost the changes and the time the array took (several hours).
TIA.
Assuming you are running in Debugger when the MsgBox shows, press Ctrl + Break to interrupt the MsgBox and drop into single-line stepping.