Im currently working as a programmer in a company, creating a Logging system. The problem is when im running my system, even if I delete all the codes. When i start debugging my system. The debugger does not follow my codes.
Please help me.
chocomilk 0 Newbie Poster
Recommended Answers
Jump to PostPlease give more details. What programming features are you using? What code is not working the way you expect? Please post the suspect code if you want help with it.
Jump to PostBased on your description, this might happen for a number of reasons:
* Your program has a logic error that causes it to skip a bunch of lines. For example,For I=6 to 1
without the neededStep -1
. This will cause the entire For loop to be skipped.
…
All 6 Replies
Nutster 58 Newbie Poster
TnTinMN 418 Practically a Master Poster
chocomilk 0 Newbie Poster
TnTinMN 418 Practically a Master Poster
Nutster 58 Newbie Poster
chocomilk 0 Newbie Poster
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.