We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ce35a commit f915dd2Copy full SHA for f915dd2
package.json
@@ -327,7 +327,11 @@
327
"setupCommands": [
328
{
329
"description": "Run Chromium lldbinit.py",
330
- "text": "command script import ${command:electron-build-tools.show.root}/src/tools/lldb/lldbinit.py"
+ "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"
335
}
336
],
337
"sourceFileMap": {
0 commit comments