How do I activate debugging in my appliactions because when I activate "step into" the brakpoints are not recognized; the program executes without stopping at the breakpoints

Regards

John Sambo

Recommended Answers

All 2 Replies

When using VS.NET clikc Debug->Start or press F5

you can set vs.net to perform a "release" build or a "debug" build. to set it up to do a debug build go to main menu Build/Configuration Manager. select "Debug". alternately, you can select "Debug" on the toolbar. at that point you should be able to set your breakpoints. i suspect you have your vs.net set to create "release" builds.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.