9 messages in com.googlegroups.sketchuprubyRe: BugSplat for Plugins?
FromSent OnAttachments
Jim05 Aug 2007 07:16 
Gaieus05 Aug 2007 08:42 
Todd Burch - Katy, Texas05 Aug 2007 11:22 
Jim05 Aug 2007 11:46 
Todd Burch - Katy, Texas05 Aug 2007 14:28 
Jim06 Aug 2007 06:16 
Todd Burch - Katy, Texas06 Aug 2007 07:14 
Todd Burch - Katy, Texas06 Aug 2007 07:15 
epeleg02 Sep 2007 02:15 
Subject:Re: BugSplat for Plugins?
From:Todd Burch - Katy, Texas (mr.t@gmail.com)
Date:08/05/2007 11:22:05 AM
List:com.googlegroups.sketchupruby

Yes it could certainly work. In my Nudge script in diagnostic mode, under Windows, it generates an email to me will all the environment information. All the user has to do is hit send.

As far as doing it automatically, or by putting up a "bugsplat" type of dialog, I'm pretty sure that could be done too. With the WebDialog, or even with openRL, a form could be called on a server anywhere, passing the infomation. All the Ruby script would have to do is set up the begin/rescue/end routine, with all the error collection and server connection stuff in the rescue clause. Sounds like a fun project. I might play with this today. It would give me a chance to test the Apache server I have running on my localhost. Good idea!

Todd