Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the debugger stops at some locations where breakpoint is not set #5

Open
amatsuda opened this issue Apr 15, 2013 · 2 comments
Open

Comments

@amatsuda
Copy link
Collaborator

For example, when debugging this webapp under WEBrick, the debugger always stops inside Rack or WEBRick code (e.g. in my case, rack-1.5.2/lib/rack/handler/webrick.rb).

require 'sinatra'
require 'debugger2'
get '/' do
  debugger
  'Hello'
end

Strangely, this does never happen when running exact the same app under Thin web server (but unfortunately, it DOES happen when debugging Rails apps under any sort of web server, which indeed is our major concern).

@ko1
Copy link
Owner

ko1 commented Apr 16, 2013

Thank you for your reporting.
Now I don't have enough time to solve this problem.
Please wait a time.

Easy reproduce-able code is highly welcome, to debug this issue.

Thanks,
Koichi

@yusukegoto
Copy link

👍

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

No branches or pull requests

3 participants