This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Run command does not execute code up to breakpoint

I press the debug command for my program

image description

Then I press the run the command

image description

Here is the function of the run command

Continues executing the program until the next active breakpoint is reached.

However, my code is not running when I hit the run command.

The command was working a couple days ago. Any help?

Thanks.

Related