1 頁 (共 1 頁)

How to debug in CCS?

發表於 : 2004-12-06 23:15:44
shanbw
How to debug some event code in CodeChargeStudio?
I want to see these variable value.
How to do?
thanks

發表於 : 2004-12-08 16:34:19
yehlu
If you not use any your custom code ,CodeCharge Studio Gen's Program Code is Bug Free....(No Bug)

若您沒使用任何自訂的程式碼,CodeCahrge Studio 所產生的程式是沒有任何Bug的

If You want Check you Code Variable you can modify code Add echo or response.write the Variable Value.
若您想檢視您的變數值您可以在自訂的event 輸出變數的值來check