Skip to content

Unless Debugger.start has been called, there's no stack trace when we stop

gitlab-qa-bot requested to merge github/fork/cjheath/master into master

Created by: cjheath

When the debugger is requested with -d/--debug, ruby-debug is loaded, but when a call to 'debugger' is hit, only the current method is known "stack trace may be incomplete". This fixes that by calling Debugger.start, so the full stack trace is always available.

Merge request reports