Yate Community Forum

Yate server => Other Yate server issues => Topic started by: ivanov_ke on January 31, 2014, 02:22:35 AM

Title: how ON debug extmodule
Post by: ivanov_ke on January 31, 2014, 02:22:35 AM
how to see debug strings of extmodule.cpp
?
Title: Re: how ON debug extmodule
Post by: cc08 on January 31, 2014, 02:01:31 PM
Level of debug extmodule, set on compilation stage only.
And you can not to change its from terminal.
Because not implemented.
If I wrong, hope Marian correct me.
But you can to debug directly into your plugin and watch  debug your module.

Regards.

ps.
How do use methods of extmodule: 'play', 'record' or 'playrec' ?
Small example, please.