Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do I set compiler flags?

+2 votes
asked Nov 21, 2018 by anonymous
No need for more specifics

1 Answer

0 votes
answered Jan 31, 2019 by Ryan (1,230 points)
On almost every other code editor, including the one on OnlineGDB, if you put your mouse cursor in the blank space to the left of the line number and click, a red dot will appear. This will allow these line(s) to be watched by the debugger. You can also set flags in the debugger when it's running as well.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...