Is there a way to start the debug server via an API call?
With the ruby-debug gem, I would invoke "Debugger.start_server(host,port)".
I tried:
Debugger.start
Debugger.start_control(host,port)
That seemed to work. I could set break points, but they never seemed to get hit. Is this path supported?
Thanks,
Tim
|