Skip to content

Conversation

fiedl
Copy link
Collaborator

@fiedl fiedl commented Feb 1, 2022

work in progress

- Show the matestack backtrace, which is hidden by default by the backtrace silencer, in the terminal
- Remove the docker directory `/app/` from the beginning of the paths; this allows, for example, to use iTerm's semantic-history feature, which is useful for debugging

https://api.rubyonrails.org/classes/ActiveSupport/BacktraceCleaner.html
https://github.com/rails/rails/blob/main/activesupport/lib/active_support/backtrace_cleaner.rb
@fiedl fiedl changed the base branch from main to v3_release__vue3_rails7_gem_split February 1, 2022 22:26
@fiedl fiedl marked this pull request as draft February 1, 2022 22:30
fiedl added 2 commits February 1, 2022 23:38
in order to allow `binding.pry` in development

https://github.com/pry/pry
https://github.com/pry/pry-rails
https://github.com/deivid-rodriguez/pry-byebug

Hint: When using this with docker, you need to attach to the rails-server docker container to use the interactive pry session:

    docker-compose up dummy
    docker attach matestack-ui-core_dummy_1
`pry` requires a newer version of `less` to display long results properly.

pry/pry#1248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant