Command Line
pry -r ./config/app_init_file.rb- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb- load your rails into a pry session
Debugger
| import sys | |
| import json | |
| from ansible.parsing.dataloader import DataLoader | |
| try: | |
| from ansible.inventory.manager import InventoryManager | |
| A24 = True | |
| except ImportError: | |
| from ansible.vars import VariableManager |
| container_commands: | |
| 01setup_swap: | |
| command: "bash .ebextensions/setup_swap.sh" |
Command Line
pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb - load your rails into a pry sessionDebugger