Skip to content

Commit

Permalink
chore: update lldb debugger config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 30, 2025
1 parent b9ce35a commit f915dd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,11 @@
"setupCommands": [
{
"description": "Run Chromium lldbinit.py",
"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"
},
{
"description": "Load Blink lldb configuration",
"text": "command script import ${command:electron-build-tools.show.root}/src/third_party/blink/tools/lldb/lldb_blink.py"
}
],
"sourceFileMap": {
Expand Down

0 comments on commit f915dd2

Please sign in to comment.