Skip to content

Commit f915dd2

Browse files
committed
chore: update lldb debugger config
1 parent b9ce35a commit f915dd2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,11 @@
327327
"setupCommands": [
328328
{
329329
"description": "Run Chromium lldbinit.py",
330-
"text": "command script import ${command:electron-build-tools.show.root}/src/tools/lldb/lldbinit.py"
330+
"text": "command script import ${command:electron-build-tools.show.root}/src/tools/lldb/lldbinit.py"
331+
},
332+
{
333+
"description": "Load Blink lldb configuration",
334+
"text": "command script import ${command:electron-build-tools.show.root}/src/third_party/blink/tools/lldb/lldb_blink.py"
331335
}
332336
],
333337
"sourceFileMap": {

0 commit comments

Comments
 (0)