I’m using the default “rails server” command to launch a web server from the command line. For some reason, neither CTR+C nor CTR+Z seem to shutdown the server.
The web server appears to be running normally. Closing the terminal does shutdown the web server. CTR+C has the normal copy behavior in other applications. I’m having this problem when I launch the web server from the Windows command prompt and PowerShell windows.
Is this expected behavior, what could be my problem, or what can I do to investigate further?
You can use Ctrl + Pause or Break to stop rails server from the MS-DOS command prompt