0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

VSCodeでvue.jsのデバッグ(console.logを使用)

Posted at

console.logでvue.jsのデバッグを行う為、こちらの記事を参考に修正しました。

参照URL
https://www.atmarkit.co.jp/ait/articles/1807/10/news033_3.html

launch.jsonを開き、下記を追記します。

"openOnSessionStart"

スクリーンショット 2020-05-09 19.05.36.png

デバッグのアイコンをクリックし、実行ボタンを押します。

スクリーンショット 2020-05-09 19.43.11.png

console.logでコンソール画面に出力することができました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?