- Jan
- 179
- 2
Here's an example of a statement that I didn't want to execute because it's a backup that runs for 10 hours and so I choose to step over it and here it is executing anyways.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Do you redefine the entire dictionary or just what suits you? I've used professional IDE's before and step over means don't execute.
Do you redefine the entire dictionary or just what suits you? I've used professional IDE's before and step over means don't execute.
That's not stepping over. That's executing to the next statement which could just be set with a breakpoint. If you look in CMDebug in the Debug menu Skip this Line is associated with a white dot and I would expect that you would set that similar to a breakpoint only it causes your debug execution to skip over a statement without you needing to manage it. That makes sense. Although it doesn't seem to work
When I attempted to breakpoint the line I didn't want to execute and then used the Go To line to the line after it jumped down several lines. I already knew that Step-over wasn't going to work.
I also had yet another weird NotePad++ error where it included a 0x01 at the beginning of a informational log item.
OK brain fart on the icon. I'm going in too many directions at once. Regardless of the fact that this is essentially a copy of MS ISE, MS makes terrible choices at almost every turn. Just because they're a big corporation doesn't mean their analysis or design is good. They're going to double down on Window's 11 even after the first adopters are literally looking at Linux which is a far cry from the functionality of the Window's GUI.I don't know what you mean by "Skip this Line is associated with a white dot". The icon for that menu entry is a down arrow in a circle. (Clear All Breakpoints has a white circle icon.)
Skip this Line works here - what is it doing for you?