Return to site

Devc++ Breakpoints Not Working

broken image


-->

Debug tab shows watched variables in the debugging process. The Results window is used to present the results of the actions of the IDE: compilation errors, compiling directives, debugging commands, etc. The Source code editor shows the code of the program. Files created The files of the project are saved when the source code file is saved. After that, do a full rebuild (Ctrl-F11), then set breakpoint(s) where you want the debugger to stop (otherwise it will just run the program). To set a breakpoint on a line, just click on the gutter (the gray band on the left), or press Ctrl-F5. Now you are ready to launch the debugger, by pressing F8 or clicking the debug button.

This article helps you resolve a problem where the debugger doesn't stop on breakpoints when you debug ASP.NET applications in Microsoft Visual Studio .NET.

Original product version: Visual Studio, ASP.NET
Original KB number: 306169

Symptoms

Devc++ breakpoints not working capital
Devc++

When you debug ASP.NET applications in Visual Studio .NET, the debugger might not stop on breakpoints.

Cause

Devc++

When you debug ASP.NET applications in Visual Studio .NET, the debugger might not stop on breakpoints.

Cause

This problem occurs because ASP.NET debugging isn't enabled on the application.

Resolution

To resolve this problem, follow these steps in Visual Studio .NET:

Dev-c++ Breakpoints Not Working

  1. In Solution Explorer, select the project name.
  2. From the Project menu, click Properties.
  3. Click to expand the Configuration Properties node.
  4. Under Debugging, in the Enable ASP.NET Debugging list, click True.




broken image