Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

I press f10 debug and I need to do mouseclick

User generated image
if I check
do not show is dialog again

can I still debug by pressing f10

I do not want to do the extra mouseclick if I do not need to

Also, am I required to save the file (ctrl s) or mouseclick
or will debugging automatically save
Avatar of Michael Best
Michael Best
Flag of Japan image

"if I check
do not show is dialog again
can I still debug by pressing f10"

Yes

"Also, am I required to save the file (ctrl s) or mouseclick
or will debugging automatically save "

No
ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

I like this answer better because I can undo if I need a change.
Thanks.
Avatar of phoffric
phoffric

Right, it is useful to learn about these options. But, there are a ton of them.
Here is one that you should enable now - line numbers:
Go to menu -> Tools -> Options -> Text Editor -> C/C++

Put a check mark next to Line numbers.
Now, if you post a screenshot with the errors, it will be easy to see which line the error is referring to.