Re: Breaking into a running app?
From: Ed (Ed_Millis_at_NOSPAM.yahoo.com)
Date: 08/25/04
- Next message: Douglas Marquardt: "Re: HOWTO: IF var IN [x,y,z] THEN"
- Previous message: Tim Baur: "Re: ADO Recordset and Memory questions..."
- In reply to: Robert Suffecool: "Re: Breaking into a running app?"
- Next in thread: Ed: "Re: Breaking into a running app?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 09:27:49 -0700
Great idea, Robert! In fact, I've got some class modules that I used in an
Excel VBA routine that basically did just that. Should be easy enough to
add to the app; then, if a user reports problems, I can go back and look at
the report and see what happened where.
I appreciate the boost.
Ed
"Robert Suffecool" <rmsuffy@hotmail.com> wrote in message
news:uKbvKmriEHA.3476@tk2msftngp13.phx.gbl...
> I agree with Veign... creating a installation package may solve your
> problems. However, if you wanted to debug your compiled app in real time
> then you could create a class that reports the application status to a
> database... in affect, timestamping what is going on in the app while
> running the compiled verison. After reviewing the records in the
database,
> you could easily to back and look at the code when you find something in
the
> database that concerns you.
>
> The best way to create this class, I think, is a combination of error
> handling and in regular code. For example, whenever a procedure runs, you
> could add an entry into the database timestamping when it ran along with
any
> information you would like to know -- i.e., maybe you'd like to know what
> variable x equaled when the procedure ran, etc...etc...
>
> Anyway... just an idea...
>
> Robert
>
>
> "Veign" <NOSPAMinveign@veign.com> wrote in message
> news:uVddcFriEHA.1184@TK2MSFTNGP12.phx.gbl...
> > You don't mention what problems you are having with the application on
the
> > server. Also, why don't you create an installation package and
'install'
> it
> > on the server - this may clear up your problems.
> >
> > --
> > Chris Hanscom
> > MVP (Visual Basic)
> > http://www.veign.com
> > --
> >
> > "Ed" <Ed_Millis@NOSPAM.yahoo.com> wrote in message
> > news:eRrLQ5qiEHA.2848@TK2MSFTNGP10.phx.gbl...
> > > When I test my app on my computer with my test files, everything is
> great.
> > > When I put this thing on the network and run it from there, I get some
> > > glitches. I "publish" this app and the associated files to a server
> just
> > by
> > > copying over the whole complete folder; I compile and make an exe, but
> > don't
> > > "package" the app.
> > >
> > > Is there a way I can "break" into the app when I run it to step
through
> a
> > > spot that's giving me problems? Or a "maintenance mode" I can build
> into
> > it
> > > that will let me access a "step-though" mode for troubleshooting this
> > thing
> > > in its real-world-use environment?
> > >
> > > Ed
> > >
> > >
> >
> >
>
>
- Next message: Douglas Marquardt: "Re: HOWTO: IF var IN [x,y,z] THEN"
- Previous message: Tim Baur: "Re: ADO Recordset and Memory questions..."
- In reply to: Robert Suffecool: "Re: Breaking into a running app?"
- Next in thread: Ed: "Re: Breaking into a running app?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|