Need a soluce to find line or file where is my error ...

Started by stephan_35, June 10, 2009, 04:58:40 AM

Previous topic - Next topic

stephan_35

Hello , (again !)

Is there any easy soluce to find error line with OpenDCL tools ???

Because

Quote
An OpenDCL function argument processing exception has occured !
Error: no object instance
Function : dcl_Control_SetTitleBarText
Argument : 3

Does not talk me about where and maybe why ????

It should be easier if we could see wich parameter was send .... like this :

Parameter 1 : "Boite"
Parameter 2 : "BETON2"

Thanks.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

owenwengerd

Many types of arguments cannot be represented as strings, so it wouldn't be generally possible to do what you suggest. I think a better approach is to set a breakpoint in the VLisp debugger and inspect the function arguments under the debugger if there is any question.