开发者

Debug after a POST request

开发者 https://www.devze.com 2023-01-07 12:14 出处:网络
I\'d like to debug my app step-by-step to see what happens AFTER the form submission (only via POST).

I'd like to debug my app step-by-step to see what happens AFTER the form submission (only via POST).

The problem is the URL after submission is the same than the one before, and I do not know any way to t开发者_开发技巧ell the debugger to wait for the submission of the form...

Any ideas ? Thanks in advance !


Take a look at the Guides of Ruby on Rails, there is a description how to debug rails:

http://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-ruby-debug

0

精彩评论

暂无评论...
验证码 换一张
取 消