Announcements
My debugger is skipping lines...not sure why. I updated to version .32 if that has anything to do with it.
Thanks in advance
Hi brianmaric,
Can you provide information if you are debugging a custom or standard class? Can you also tell which lines are skipped? Did it not skip before you updated to 10.0.32?
It's a custom class. Yes it seemed like it did not skip prior to the update.
On this line of code the debugger actually steps into the where clause:
while select forupdate wmsOrderTrans order by wmsOrderTrans.qty desc where wmsOrderTrans.RouteId == _routeId && wmsOrderTrans.inventTransId == _InventTransId && wmsOrderTrans.inventDimId == _InventDimId && wmsOrderTrans.FullPallet == NoYes::No && (wmsOrderTrans.ExpeditionStatus == WMSExpeditionStatus::Registered || wmsOrderTrans.ExpeditionStatus == WMSExpeditionStatus::Activated || wmsOrderTrans.ExpeditionStatus == WMSExpeditionStatus::Started)
Could you restart VS and build the model of that code, then try again?
I needed to do a complete build with all the models that we use along with a DB Snych
Actually, this was only a temporary solution, but I have more information. The debugger does work with old code. If I make changes to my code then it still steps through as if the old code was still there...if that makes sense.
Is the debug symbols loaded for all the required models for debugging? did you run full build and was it successful?
yes
The debugger seems to recognize a code change only when I do a complete build.
Visual Studio requires a complete build (not just a project build) for the debugger to recognize a code change
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 330 Most Valuable Professional
CU10121822-0 310
André Arnaud de Cal... 242 Super User 2026 Season 2