Hello,
There is a .tlc file is passed from system promt by batch file like below,
# tcl script to download and execute
# start debug session using current active debug configuration
debug;
# wait for one second
wait 1000;
# remove all breakpoints
bp all off;
# set breakpoint at the end of execution
bp exit;
# start execution
go;
# remove all breakpoints
bp all off;
# terminate the debug session
kill;
# finally exit the IDE
quitIDE;
Code Waririor IDE closes itself when debug command is seen on debugger shell.
Could you please help me about the problem.
Solved! Go to Solution.
Hi,
This problem has been logged under the SR# 1-2645015401.
Have a great day,
Pascal Irrle
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
I could not see your message about solution of the problem when I looked the service request section.
I see only "Request Researched and Reassigned".
Hi,
I contacted Jennie who is the owner of the SR.
She will provide you update next week (located in ASIA).
Have a great day,
Pascal Irrle
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
This problem has been logged under the SR# 1-2645015401.
Have a great day,
Pascal Irrle
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------