Bogdan
13th April 2010, 17:16
Hi,
All the sessions in tdsls are opening in debug mode.
How can I stop it ?
Thank you
steveauckly
13th April 2010, 20:59
Either compile them so they aren't in debug anymore or use the "-nodebug" option in your command configuration.
Bogdan
13th April 2010, 21:34
Hi Steve,
Thank you very much for your answer. I will try the -nodebug but I think it's something in a config file or something because it about all tdsls sessions (standard or developed).
Thank you
ahmer91
5th May 2010, 09:44
1) a command parameter -nodebug is introduced
2) a resource disable_debugger or an environment variable DISABLE_DEBUGGER can be set
use in the command of BW:
-nodebug
or
-set DISABLE_DEBUGGER=1
in the resource file:
disable_debugger:1
in a shell script:
export DISABLE_DEBUGGER=1
R_ag11
1st July 2010, 16:17
HI,
After trying both the command I am getting Debug window, any idea what could be the reason??
I tried with
-nodebug
-set DISABLE_DEBUGGER=1
Thanks in Advance
rp.chowdary
14th August 2010, 13:58
Hi,
put
-- -set DISABLE_DEBUGGER=1 in bshell command text box.
Regards,
Rp