Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » Try / catch
Re: Try / catch [message #12427 is a reply to message #12419] Tue, 30 October 2007 09:39 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Mon, 29 October 2007 06:37

On Windows Xp, U++ dev 10, it displays the correct functionality and there where no crashes. But if I try to debug it in a line-by-line mode, once it hits the exception, the cursor no longer moves when I press F10. Is step-over/step-through not supported after an exception?


Well, when exception occurs, it stops at instruction that caused exception. F10 tries to perform it again - this is standard behaviour with all debugers I know...

If you want to skip it (which most likely will break the program logic anyway), you need to change the IP.

Mirek
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: File List with FtpClient
Next Topic: Template problem
Goto Forum:
  


Current Time: Sun Apr 28 14:29:32 CEST 2024

Total time taken to generate the page: 0.02548 seconds