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