For JS debugging, use Chrome DevTools. You can either throw console.log() / alert() in your code, or use the sources panel with Breakpoints.
確定! 回上一頁