79585748

Date: 2025-04-22 05:38:47
Score: 0.5
Natty:
Report link

I like the idea of Alex's solution but I seem to fight the IDE on occasion when opening modules (random hangs etc) means I can have difficulty finding the code at that address in practice.

Another method I use is to log the Count variable in the FinalizeUnits method using a non breaking breakpoint.

enter image description here

I can then see what is the last number attempted before things blow up in the output window.

I then run again and change the breakpoint to break and on the condition of Count = <whatever the last count was>

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Clint Good