U2bviews erorr about JIT debugging.

Joined
Oct 12, 2012
Messages
12
Reaction score
1
Capture7.PNG I have been using this service way before they came out with the downloadable program. When it was released i was having no problems now i get this :( Any help?
 
If that happens while earning credits, you don't have to bother with that, it happens because of poor coding on their application resulting on a "index out of array" where the programmers of it are too lazy to fix, just let it run and collect credits.
 
If that happens while earning credits, you don't have to bother with that, it happens because of poor coding on their application resulting on a "index out of array" where the programmers of it are too lazy to fix, just let it run and collect credits.


This actualy happens when an page cant be loaded,you are indeed right, just ignore it because the software will continue earning credits, but if you could let us know how to disable that it would be nice, the reason we dont disabled it yet is because we dont actualy know how to do that :)
 
Well without looking at the code I can't really tell you, but there are a few things I could try to guess, for instance a list not thread safe being used on the fly while items are being removed out of it.

There are like 2 or 3 other things I could guess.

UPDATE: Another common thing that some people often do is using the sign <= instead of < of course not all cases it depends on what your loop is doing and the length of the array.
 
Last edited:
Back
Top