Interview Question
Qus: How Do I Debug The Developer Ide Itself?
Start the developer up in debug mode, similar to the Integration server:
cd pathToWMInstall/Developer/bin
developer.bat -debug 10
Answers (1)
cd pathToWMInstall/Developer/bin
developer.bat -debug 10