9 messages in com.googlegroups.sketchuprubyRe: BugSplat for Plugins?| From | Sent On | Attachments |
|---|---|---|
| Jim | 05 Aug 2007 07:16 | |
| Gaieus | 05 Aug 2007 08:42 | |
| Todd Burch - Katy, Texas | 05 Aug 2007 11:22 | |
| Jim | 05 Aug 2007 11:46 | |
| Todd Burch - Katy, Texas | 05 Aug 2007 14:28 | |
| Jim | 06 Aug 2007 06:16 | |
| Todd Burch - Katy, Texas | 06 Aug 2007 07:14 | |
| Todd Burch - Katy, Texas | 06 Aug 2007 07:15 | |
| epeleg | 02 Sep 2007 02:15 |
| Subject: | Re: BugSplat for Plugins?![]() |
|---|---|
| From: | Jim (jim....@gmail.com) |
| Date: | 08/05/2007 11:46:47 AM |
| List: | com.googlegroups.sketchupruby |
Yes, I am beginning to put the pieces together myself (in my mind.)
First, you need to capture all excptions in a string. Plus any system info that might be useful. Next, open a WebDialog with a form pointing towards your server. Then ask the user if they would like to send a report. Finally, user click Submit and sends the report.
I just started writing small bits using Ruby on Rails (I don't have a dedicated server, so my home PC will host mine.) Bug reports delivered real-time right to you!
On Aug 5, 2:22 pm, Todd Burch - Katy, Texas wrote:
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




