JDI and 'jit debugging'
Hello.For some quality tools, i want to be able to use JDI to enter debugging mode on demand, get infos, and exit debug mode, to keep on running at full speed the stable portions of the code that have no problem.Has someone got an idea?
[264 byte] By [
pepeio] at [2007-9-26 13:38:49]

You can make use of the '-launch' sub-option. At the same time, you might want to specify the trigger event using '-onthrow' or '-onuncaught' sub-option. Now, that is based on the spec. You need to implement your own 'debugstub.exe', which launches the debugger. For instance: kickoffJDB -attach <port>.
Hope that helps
seck
seckw at 2007-7-2 14:20:14 >
