Skip to content

Commit

Permalink
don't abbreviate commands
Browse files Browse the repository at this point in the history
as it can be confusing
  • Loading branch information
ggreif authored and vadimcn committed Oct 12, 2020
1 parent 9b65554 commit 6b775c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preLaunchTask": "make codelldb",
"type": "lldb",
"request": "launch",
//"initCommands": ["set set target.disable-aslr false"],
//"initCommands": ["settings set target.disable-aslr false"],
"program": "${workspaceFolder}/build/adapter/codelldb",
"sourceLanguages": [
"cpp",
Expand Down
2 changes: 1 addition & 1 deletion debuggee/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lldb.launch.initCommands": [
"set set target.x86-disassembly-flavor intel"
"settings set target.x86-disassembly-flavor intel"
],
"lldb.dbgconfig": {
"targetDir": "${workspaceFolder}/../build/debuggee"
Expand Down

0 comments on commit 6b775c4

Please sign in to comment.