Hi folks
I am curious about debugging starting the script in the latest openwrt received using git.

the debugging of what i did below
1. add debug flag in rc.comm with  "#!/bin/sh -x"
2. set  -x after line of 1.

but failed to see any message ?

Is there anyone to know how to debug the  scripts in openwrt ?