❔ Index Out of Bounds Exception
seems to throw an error on this line
if needed I can disclose the function, although the log seemed to think it was on this line
6 Replies
Use the debugger and see what values
LinesLeft
has at any given time
If it throws an exception at the start, it means the collection has no elements
Also, you can use
to make it a little easier to follow
Backwards iteration often takes some trial and error lolswitched to your mode
gonna check debugger
sorry for second question but how do you actual use debugger?
$debug
Tutorial: Debug C# code - Visual Studio (Windows)
Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.
thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.