1. 檢查是否安裝ruby-debug-ide
$ gem list
2. 如果沒有安裝,則安裝 ruby-debug-ide
$ gem install ruby-debug-ide
3. 在Aptana Studio 3中打開你的項目, 開啟Debug Server: App Explorer -> Gear圖標的下拉菜單 -> Debug Server
5. 在瀏覽器中訪問 http://localhost:3000/<your path>/index.html
6. Aptana會詢問是否打開Debug perspective. 當然要打開. 你能看見server停在斷點處。
