>>> "Chris Sutcliffe" <[EMAIL PROTECTED]> 15/06/2007 12:01 >>> >One more request... would it be possible to hide the command box that >pops up then disappears when starting the debugger? When executing '>make' SciTE doesn't pop up any command box.
Two issues here - first, I have to find all my Lua files, which basically requires a system() call and this causes the dreaded black box problem on Windows. I had a hack called scite-open which worked around this, which I'll include next time. Second, when you are debugging a _console_ application, you will get a black box - doesn't seem to be any way around this because this is GDB behaviour. >Sounds cool, but I'm not sure if I understand. Does this mean the >commands in the Tools menu won't show until you activate the debugger? > If so, how do you activate the debugger? When you kill the >debugging session, will the commands also disappear? There will always be Run and Breakpoint commands available. Once the full menu is set, the extra commands won't go away (may be possible in principle but I don't know yet) >Also, would it be possible for 'Breakpoint' to toggle the breakpoint? >I've noticed that I can set a breakpoint but I can't clear it (unless >I'm missing something). Definitely a bug that I've also been noting. The issue is with breakpoints set during a debugging session. steve d. -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
