Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

ali yeysides
1,885 PointsCtrl + C glitch
Ctrl + C does not close out the rails server in the cmd prompt for me when using windows. Any help?
3 Answers

Liban Shire
Courses Plus Student 4,147 PointsTry these steps: 1: Ctrl + pause 2: Ctrl + break 3: Ctrl + Z
anyone of those should work.

Clayton Stone
2,669 Pointson windows, I use ctr + function + break. Then type 'y' and 'enter'

James Bullis
12,762 PointsI prefer to use Powershell instead of CMD. When I use Ctrl-Pause it shuts the program down and I have to open it up again to use it.