Debug CGI by simulation
        Posted  
        
            by Jonathan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonathan
        
        
        
        Published on 2010-05-01T18:51:40Z
        Indexed on 
            2010/05/01
            18:57 UTC
        
        
        Read the original article
        Hit count: 226
        
I basically want to debug a cgi programm with gdb by emulating the environment variables and stdin stream.
How do I set the variables and stdin?  
I am using lampp and gdb.
Thanks!
© Stack Overflow or respective owner