View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#5
If you're using MApplication you need to set M_OUTPUT_LEVEL env variable to debug
If you're running the app through Qt Creator, go to Projects -> Run, and find environment variables, and add variable M_OUTPUT_LEVEL with value debug.
If you're running the app with terminal, use export M_OUTPUT_LEVEL=debug