How do I unload development tools? Etc.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I unload development tools? Etc.

Casey Ransberger-2
I could swear I read about how to do this somewhere. I tried googling but I'm not finding it.

Also, when I would normally see a debugger pop, what would I see with the development tools unloaded? Does my ability to debug a problem e.g. a customer is having get reduced to whatever ends up in the crashlog text file?

TIA

--
Casey Ransberger


Reply | Threaded
Open this post in threaded view
|

Re: How do I unload development tools? Etc.

Bert Freudenberg
On 2013-03-07, at 01:59, Casey Ransberger <[hidden email]> wrote:

> I could swear I read about how to do this somewhere. I tried googling but I'm not finding it.

I would guess nobody tried in a while so anything Google comes up with would be out of date anyway.

> Also, when I would normally see a debugger pop, what would I see with the development tools unloaded? Does my ability to debug a problem e.g. a customer is having get reduced to whatever ends up in the crashlog text file?

That's pretty much all there is if you have no debugger, yes. See UnhandledError>>defaultAction.

- Bert -