Setup Debug in Design Studio For Temenos T24 Testing 1710489068
Setup Debug in Design Studio For Temenos T24 Testing 1710489068
BP
8. Setup for DEBUG
D:\JBOSS_R19_FOR_DS\As\JBoss\jboss-eap-7.2.0\standalone\configuration
DEBUG.xml
----
please do as below:
<security-setting name="#">
<role name="guest" send="true" consume="true" create-non-durable-queue="true" delete-
non-durable-queue="true"/>
</security-setting>
DEBUG.xml
Now make a copy of BrowserWeb.war as DEBUGBrowserWeb.war
D:\JBOSS_R19_FOR_DS\As\JBoss\jboss-eap-7.2.0\standalone\deployments
DebugBrowserWeb.war
Remove queue JNDI names of BrowserWeb.war i.e. t24BrowserQueue and t24BrowserReplyQueue and add queue
JNDI names of DEBUGBrowserWeb.war i.e. t24DEBUGQueue and t24DEBUGReplyQueue in WEB-INF\jboss-
web.xml file.
jbossweb.xml
weblogic.xml
Now Copy <JBOSS_HOME>/bin/client/jboss-client.jar to <TAFJ_HOME>/ext folder
ABLE TO LOGIN WITH “BrowserWeb”
8.1 Create an application user for Debug
Edit BROWSER.LISTEN to reference the new queues used by DEBUGBrowserWeb.
ofs source=BROWSERTC
I) F5 - Executes the currently selected line and goes to the next line in your program. If the selected line is a
method call, the
II)F6 - F6 steps over the call, i.e. it executes the method call without stepping into the method code in the
debugger.
III) F7 - F7 steps out to the caller of the currently executed method. This finishes the execution of the current
method and
IV) F8 - F8 resumes the execution of the program code until it reaches the next breakpoint. If there are no
breakpoints, it
Routine Deploy Check: