182k views
4 votes
In Visual Studio, what tool/function in the code editor helps you identify a problem with your code?

User Jlstrecker
by
4.6k points

1 Answer

6 votes

Answer:

Error and warning marks

Step-by-step explanation:

In Visual Studio, one of the features that allows you to identify a problem with your code is the "error and warning marks" feature. This feature identifies mistakes through the use of squiggles (wavy lines) and light bulbs. Moreover, these marks appear in different colors depending on the type of error that they are marking.

User Guanfei
by
4.2k points