2014年4月16日水曜日

angular-seed プロジェクトを WebStorm でデバッグする


このエントリーをはてなブックマークに追加
まだよくわかっていないので作業ログのような感じです。
結局のところ index.html を右クリックして Debug index.html しているだけですが、これで良いのかどうか。
※ Chrome 用の Plugin は事前に入れておきます。
  1. angular-seed フォルダ下で npm install を実行
  2. WebStorm で "New Project from Existing Files" を選択
  3. 一番下のオプション Source files are in a local directory, no Web server is yet configured. を選択(ここよくわかってないです。。。)
  4. angular-seed のフォルダ選択して Project Root ボタンを押す。
  5. Finish。
  6. とりあえず filters.js の関数内にブレイクポイントを設置
  7. index.html を右クリックして Debug index.html を選択
  8. view2 をクリックすると、ちゃんと止まる

0 件のコメント:

コメントを投稿