How to debug Web API's?
Posted: Thu Nov 10, 2022 4:52 am
I get an Fatal X_RUN_EXECUTE error occurred on a If (#Operation.TryBind( #Context )).
There's nothing in the X_ERR.LOG.
I read someting about debugging by adding lines to some WebAdministrator dialog, but wouldn't that put all API's into debug? I don't want a negative performance penalty for production API's.
Is there any other way to debug API's? And if so, could someone point me in the direction of that method?
Code: Select all
{
"error":{
"messages":[
"Fatal X_RUN_EXECUTE error occurred."
]
}
}I read someting about debugging by adding lines to some WebAdministrator dialog, but wouldn't that put all API's into debug? I don't want a negative performance penalty for production API's.
Is there any other way to debug API's? And if so, could someone point me in the direction of that method?