Commit 1fd37e6c9948c429fa2a2fd4febc046432983d76

added quarter second sleep on launching terminal debug client to prevent it from trying to connect before the server is setup

Commit diff

Support/lib/ruby_amp/launcher.rb

 
66 def open_controller_terminal
77 term = Appscript::app("Terminal")
88 term.activate
9 term.do_script "cd #{ENV['TM_PROJECT_DIRECTORY'].to_s.inspect} && rdebug -c; exit"
9 term.do_script "cd #{ENV['TM_PROJECT_DIRECTORY'].to_s.inspect} && sleep 0.25 && rdebug -c; exit"
1010 end
1111
1212 def open_debug_process_in_terminal(file_to_run)
toggle raw diff