質問編集履歴
5
タブ編集
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
4
本文修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
#やりたいこと
|
2
|
-
vue.jsとtypeScriptで作られたアプリをデバッグしたいのですが,"Debugger for Chrome"と言うVscodeの拡張機能を使って
|
3
|
-
Chrome
|
2
|
+
"Debugger for Chrome"と言うVscodeの拡張機能を使って,ChromeのF12のdevツール上ではなく,Vscode上でブレークポイントを付けながら,Javascriptのローカル環境(vue.jsとtypeScript)をデバッグしたい。
|
4
3
|
|
5
|
-
さらに,node_modules内の
|
4
|
+
さらに,node_modules内のライブラリはステップ実行の対象にはせずに,
|
6
|
-
|
5
|
+
ブレークポイントを付けたファイルのみデバッグの対象にしたい。
|
7
6
|
|
8
7
|
|
9
|
-
#参考にしたサイト
|
8
|
+
#導入の参考にしたサイト
|
10
9
|
https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome →(Vscode拡張機能の公式マニュアル)
|
11
10
|
https://jp.vuejs.org/v2/cookbook/debugging-in-vscode.html →(Vue.jsの公式Doc)
|
12
11
|
https://ics.media/entry/11356/ →(技術系ブログ)
|
3
タイトル編集
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Vscode上で
|
1
|
+
Vscode上でブラウザのローカル環境(JS)をデバッグ,ステップ実行したい
|
body
CHANGED
File without changes
|
2
タイトル変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Vscode上で
|
1
|
+
Vscode上でjsをデバッグ,ステップ実行したい
|
body
CHANGED
File without changes
|
1
やりたいこと欄追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#やりたいこと
|
2
|
-
vue.jsとtypeScriptで作られたアプリをデバッグしたいのですが,
|
2
|
+
vue.jsとtypeScriptで作られたアプリをデバッグしたいのですが,"Debugger for Chrome"と言うVscodeの拡張機能を使って
|
3
3
|
Chromeの"ソース"タブ上ではなく,Vscode上でブレークポイントを付けながらステップ実行を行いたい。
|
4
4
|
|
5
5
|
さらに,node_modules内のソース群はステップ実行の対象にはせずに,
|