Hi Bryan, A JIT Debugger stands for, Just In Time debugger, which is techno lingo for a debugger that debugs the application as it is actively running. Most modern languages like C#.NET and Java use JIT debuggers which will break at some error, and allow you to debug and even compile and continue the application on the fly while it is running. Obviously, to do this you need a compiler, JIT Debugger, and the source.
_______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web.
