Board index » cppbuilder » Trouble debugging exceptions
Morten Espeland
![]() CBuilder Developer |
Morten Espeland
![]() CBuilder Developer |
Trouble debugging exceptions2003-09-03 01:55:31 PM cppbuilder0 In BCB6, I have trouble getting the de{*word*81} to show me the codelines where exceptions occur. It normally stops if the problem occurs in my own .cpp files, but if the exception thrown in stl or boost the de{*word*81} doesn't react. Can this be fixed by adding all the folders with headers to the debug source path? Or is the problem connected to templates? Morten Espeland |
Chris Uzdavinis
![]() CBuilder Developer |
2003-09-03 10:40:57 PM
Re:Trouble debugging exceptions
"Morten Espeland" < XXXX@XXXXX.COM >writes:
QuoteIn BCB6, I have trouble getting the de{*word*81} to show me the break-on-exception options (under tools/de{*word*81}?) QuoteCan this be fixed by adding all the folders with headers to the that threw. QuoteOr is the problem connected to templates? problem? -- Chris (TeamB); |
Morten Espeland
![]() CBuilder Developer |
2003-09-05 04:49:22 PM
Re:Trouble debugging exceptions
Well, I see that the default options for all OS exceptions
is "Handled by User program". I guess that would be it! Morten "Chris Uzdavinis (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote"Morten Espeland" < XXXX@XXXXX.COM >writes: {smallsort} |