Open to command prompt in windows
Go to the directory where "adb.exe" is located as follows.
cd C:\Program Files (x86)\Android\android-sdk\platform-tools
then type "adb shell"
Then you would see something like this
shell@grandpplte:/ $
That means you have successfully load the android debugging...