Is there any way to code breakpoints/debugging?
        Posted  
        
            by froadie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by froadie
        
        
        
        Published on 2010-04-28T13:38:24Z
        Indexed on 
            2010/04/28
            13:43 UTC
        
        
        Read the original article
        Hit count: 370
        
I've been wondering this for a while - is there a way to code/program breakpoints...? Conditionally? For example, can I specify something like - "when this variable becomes this value, break and open the debugger"? (Would be quite useful, especially in long loops when you want to debug loop execution of a late loop value.)
I suppose this may be IDE-specific since debugging is implemented differently in different IDEs... I'd be interested to know how to do this in any IDE, but specifically in Eclipse and Visual Studio.
© Stack Overflow or respective owner