Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/vlfonetutorials_0450.htm]

...

This example uses the shipped example Business Object 101 (DF_T42*0).

You must have turned on interactive debugging in the Web Administration before you can do this tutorial.

Compile a reusable part or server module with debug checked (here DF_T42DSO).
Image Removed
Image Added
 
Open the reusable part and mark the line in the source that you want to debug using F9.
Image Removed
Image Added
 
Get the computer name and the debug port: File --> Options --> Debug
Image Removed
Image Added
 
Make these into a string of the form:

&DEBUG=YES,eevalenovo:51236
 

When executing the Framework, add this string on to the end of the URL generated by the launch dialog.
Image Removed
Image Added
 
The Visual LANSA editor comes up when the first debuggable component is encountered.
Image Removed
Image Added

Click Continue Execution.

In your browser, continue to the business object to be debugged, in this example Business Object 101, and do a search. The Visual LANSA editor now shows your break point, and the values of all the fields and components.
Image Removed
 
 
[ Image Removed |../../index.htm#lansa/vlfonetutorials_0450.htm]
Image Added