Create and Assign an execution role to execute a task container for debugging purposes.
Create the IAM role:
# Create trust policy file
cat > task-role-trust-policy.json << EOFAPT Source Syntax
APT source syntax defines how software repositories are configured for package management in Debian-based systems like Ubuntu and Linux Mint. Two formats are used: the traditional one-line format and the modern DEB822 (deb822) format.
Used in older systems and still supported. Each line follows this structure:
deb [options] URI suite [component1] [component2] [...]
deb-src [options] URI suite [component1] [component2] [...]
| ~/.var/app/com.mongodb.Compass/config/MongoDB\ Compass/Connections/ |
| -- lua/plugins/nvim-dap.lua | |
| return { | |
| "mfussenegger/nvim-dap", | |
| config = function() | |
| local dap = require("dap") | |
| dap.adapters.php = { | |
| type = "executable", | |
| command = "node", | |
| args = { "/path/to/vscode-php-debug/out/phpDebug.js" } |
| set undofile | |
| call system('UNDO_DIR=$HOME/.vim/undo; [ -d $UNDO_DIR ] || mkdir $UNDO_DIR') | |
| set undodir=$HOME/.vim/undo |