catkins / unicorn-docker-remote-debug

Demo app to demonstrate remote debugging unicorn apps in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote debugging ruby apps in Docker

Prerequisites

Running the app

# start the app and database containers
docker compose up

# in another shell start the debugger
bundle exec byebug --remote <dockerhost>:3031

# add breakpoints in the code and trigger them with requests to <dockerhost>:3000

About

Demo app to demonstrate remote debugging unicorn apps in Docker


Languages

Language:Ruby 100.0%