but when I go to the source code of mk_mdef_gen I did,'t find main method and
the above command didn'w work
how can I debug this code and what is the purpose of RunTool method ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
RunTool is not the method, it's a Perl function. The purpose of this function
is to execute binary tool in a proper environment and control it's exit
status.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to debug mk_mdef_gen and I see this command
mk_mdef_gen
I estimate that the command should be
but when I go to the source code of mk_mdef_gen I did,'t find main method and
the above command didn'w work
how can I debug this code and what is the purpose of RunTool method ?
Main function is located in the file
SphinxTrain/src/programs/mk_mdef_gen/main.c
Just like any other application
RunTool is not the method, it's a Perl function. The purpose of this function
is to execute binary tool in a proper environment and control it's exit
status.
thank you very much , it is helpful