Loading...
KristianVasilev avatar KristianVasilev 6 Точки

[Technical Issue] C# Basics - Грешка в кода (оцветен ред в червено)

Здравейте,

заглавието може да не е едно от най - подходящите, но не измислих по - добро ;д. Днес реших да се упражня малко, но стигнах до една грешка, която не мога да оправя, а кода се компилира и работи добре.


Картинка: Ето го реда с грешката
Код: The Code
O
utput: 

1>------ Build started: Project: WhoIsBigger, Configuration: Debug Any CPU ------1>  WhoIsBigger -> PATH\visual studio 2013\Projects\Solution2\ConsoleApplication1\bin\Debug\ConsoleApplication1.exe========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

0
Programming Basics 14/09/2014 12:33:29
AsenT avatar AsenT 7 Точки

Здравей,

щом ти изписва "1 succeeded", значи програмата се изпълнява без грешка. Проблема идва когато ти изписва "1 failed", тогава почва главобилието. Както вече колегата по-горе каза, червената точка индикира, че има breakpoint при debug-ването. Копирам ти малко синтезирана информация за breakpoin-a:

 

Use a file breakpoint to interrupt program execution when the program reaches a specified location within a file. Several symbols are used to show the status of file breakpoints; these appear in the left margin of the Source window:

Enabled file breakpoints are identified as a red circle

Disabled file breakpoints are identified as a hollow circle in the left margin.

During debugging, a currently active breakpoint appears as a red circle containing a yellow arrow in the left margin of the Source window.

To set (enable) a file breakpoint:

  1. Open the desired source file in the solution.

  2. In the Source window, click the line at which you want to enable a file breakpoint.

  3. Do one of the following:

    • Click in the left margin of the line or press the F9 key. When you set a breakpoint, it is enabled by default.

    • Right click on the desired line and select Insert Breakpoint from the pop-up menu.

To disable a file breakpoint:

  1. In the Source window, click the line containing the file breakpoint you want to disable.

  2. Do one of the following:

    • Right click on that line, and select Disable Breakpoint from the pop-up menu.

    • In the Debug menu, select Windows > Breakpoints, which opens the Breakpoints window. Click the check box for that breakpoint so it is unchecked (disabled).

To remove a file breakpoint:

  1. In the Source window, click the line containing the file breakpoint you want to remove.

  2. Do one of the following:

    • Click in the left margin of the line or press the F9 key. If the breakpoint was originally disabled, press F9 again to remove it.

    • Right click on that line, and select Delete Breakpoint from the pop-up menu.

    • In the Debug menu, select Windows > Breakpoints. In the Breakpoints window, select the breakpoint in the Name column and click the Delete button (which looks like an "X").

To view the source code where a file breakpoint is set:

  1. In the Debug menu, select Windows > Breakpoints.

  2. In the Breakpoints window, click a file breakpoint.

  3. Click the Go To Source Code button.

    This action takes you to the source code for a breakpoint set at a line number or function (or subroutine) name. In the case of function (or subroutine) names, the debugger must be running for this to work.

source: software.intel.com

 

Хубав ден

0
Можем ли да използваме бисквитки?
Ние използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Можете да се съгласите с всички или част от тях.
Назад
Функционални
Използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Използваме „сесийни“ бисквитки, за да Ви идентифицираме временно. Те се пазят само по време на активната употреба на услугите ни. След излизане от приложението, затваряне на браузъра или мобилното устройство, данните се трият. Използваме бисквитки, за да предоставим опцията „Запомни Ме“, която Ви позволява да използвате нашите услуги без да предоставяте потребителско име и парола. Допълнително е възможно да използваме бисквитки за да съхраняваме различни малки настройки, като избор на езика, позиции на менюта и персонализирано съдържание. Използваме бисквитки и за измерване на маркетинговите ни усилия.
Рекламни
Използваме бисквитки, за да измерваме маркетинг ефективността ни, броене на посещения, както и за проследяването дали дадено електронно писмо е било отворено.