I am recently working on dojo. And sometimes I need the help of chrome debugger help to understand how the function actually works. But right now, I have a problem. I want to add a breakpoint at a specified function. I know the function name already. But since the dojo source file is compressed, I cannot add the breakpoint at the specified line directly. I noticed that there is a way to debug javascript with commandline in Chrome2. But right now, I cannot find the debugger with commandline capability. Does the latest Chrome have any command line tools for debugging or just a graphical one?
Thanks!