JSup - Forlani

How to locate where a JavaCode exception was thrown (Bozza)

When you receive some exception link trace (see JSup Application properties - Options) from JavaCode you can find where the JavaCode that thrown the exception link is located:

at $jsup$_win1_funcs.$win1$_f27($jsup$_win1_funcs.java:210)


In the tab found above you have to click the View translated Java with line number button.
In the window that will appear scroll to the line number 210 (in the example) and see which is the code.

The comment at the beginning of the function tells you that the code correspond to the JavaCode of the Action animation of the graphic object whose path is //prova/#65/Button 'Error Test button' #0 /img/JSup/debug_navigation_window.png
prova is the name of window, #65 is the automatic name given to the binder that contain the button named Error Test button where the Action animation is located.
You can use the navigation window ( toolbar button or Ctrl+N keys) to locate and select the graphic object.