| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 |
<plist version="1.0"> |
| 4 |
<dict> |
| 5 |
<key>beforeRunningCommand</key> |
| 6 |
<string>nop</string> |
| 7 |
<key>command</key> |
| 8 |
<string>#!/usr/bin/env ruby |
| 9 |
|
| 10 |
require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/ruby_amp.rb" |
| 11 |
d = RubyAMP::RemoteDebugger.new |
| 12 |
exit unless d.connected? |
| 13 |
|
| 14 |
puts d.command("interrupt") |
| 15 |
</string> |
| 16 |
<key>fallbackInput</key> |
| 17 |
<string>line</string> |
| 18 |
<key>input</key> |
| 19 |
<string>selection</string> |
| 20 |
<key>keyEquivalent</key> |
| 21 |
<string>^c</string> |
| 22 |
<key>name</key> |
| 23 |
<string>Debug - Interrupt</string> |
| 24 |
<key>output</key> |
| 25 |
<string>showAsTooltip</string> |
| 26 |
<key>scope</key> |
| 27 |
<string>source.ruby</string> |
| 28 |
<key>uuid</key> |
| 29 |
<string>611AA1C6-633B-4BAB-B941-0E0F37673299</string> |
| 30 |
</dict> |
| 31 |
</plist> |