X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Stefan Istrate Newsgroups: comp.os.msdos.djgpp Subject: Debug STL source in RHIDE Date: Fri, 01 Jun 2007 12:50:06 -0000 Organization: http://groups.google.com Lines: 16 Message-ID: <1180702206.668929.301470@o5g2000hsb.googlegroups.com> NNTP-Posting-Host: 80.97.183.171 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1180702207 11845 127.0.0.1 (1 Jun 2007 12:50:07 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 1 Jun 2007 12:50:07 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: o5g2000hsb.googlegroups.com; posting-host=80.97.183.171; posting-account=UYBMuQ0AAADt9jlCFA903B1SppDkOfF5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I am writing a C++ source using STL. Then I want to debug it step by step. But I get this message: "Could not find the source file stl_vector.h". I indicate the path to this file, but when I restart RHIDE, I get the same message. How can I indicate only once the path? I don't like to repeat the same steps and it's pretty annoying. Let's say the problem above is solved. Then, when I debug step by step, the file stl_vector.h is opened and the step by step command jumps in this file too. How can I avoid this? Can RHIDE treat this file like any header (stdio.h, stdlib.h etc) and just stay in my source, not opening anything else? Thank you, Stefan Istrate