[COTDC] 31 - PreDebugWindow

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

[COTDC] 31 - PreDebugWindow

laurent laffont
Today:  PreDebugWindow


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent
Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 31 - PreDebugWindow

Guillermo Polito
I am the window that shows up when the debugger is launched.  I show you the first lines of the stack trace that caused my apparition, and buttons to allow you to:
 - resume the execution
 - abandon the execution
 - debug this error
 - create the method if it is a DNU

On Mon, Mar 14, 2011 at 7:13 PM, laurent laffont <[hidden email]> wrote:
Today:  PreDebugWindow


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent

Reply | Threaded
Open this post in threaded view
|

Re: [COTDC] 31 - PreDebugWindow

laurent laffont
On Tue, Mar 15, 2011 at 4:10 AM, Guillermo Polito <[hidden email]> wrote:
I am the window that shows up when the debugger is launched.  I show you the first lines of the stack trace that caused my apparition, and buttons to allow you to:
 - resume the execution
 - abandon the execution
 - debug this error
 - create the method if it is a DNU

to see me, evaluate:

2/0

Amazing example ;)

Laurent.
 

On Mon, Mar 14, 2011 at 7:13 PM, laurent laffont <[hidden email]> wrote:
Today:  PreDebugWindow


Comment Of The Day Contest - One Day One Comment
Rules: 
#1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).
#2: If you cannot comment it, deprecate it.
Laurent