User forums > Nightly builds
The 24 August 2010 build (6527) DEBUGGER BRANCH version is out.
oBFusCATed:
In MSVC 2008 non express, C++ exceptions are disabled by default. To enabled them go to Debug->Exceptions -> C++ exception [check the throw checkbox]
oBFusCATed:
Killerbot: I've tested the latest normal nightly and catch exceptions doesn't work...
killerbot:
just checked my win box : rev 5859. That one does catch exceptions, meaning when an exception is thrown the debugger stops, and the callstack show a throw at the deepest level. Can this be considered as 'working' or not ?
Max:
--- Quote from: killerbot on September 01, 2010, 11:09:44 pm ---just checked my win box : rev 5859. That one does catch exceptions, meaning when an exception is thrown the debugger stops, and the callstack show a throw at the deepest level. Can this be considered as 'working' or not ?
--- End quote ---
In the end this is a developper's decision :lol:
What I'm expecting (IMO) is to observe the most useful behaviour (the one I observed long ago). The debuuger stops printing some information in the log panel. The perfect info (IMO) is the line of code in which the exception was thrown.
I don't konw if that is feasible with a limited effort. The option to stay "as today" is not the preferred one (by me :)) but is better than nothing :)
Max
Max:
Dear all,
I think to have found a bug (regression because it worked in the past).
Have a look at the image attached
Uploaded with ImageShack.us
or
http://img840.imageshack.us/img840/1463/debugger.jpg
The variable sqlStatement is a std::string containing
CREATE TABLE 1234567890123456789012345678901234567890_data (x REAL,y_1 REAL,y_2 REAL,y_3 REAL.......
In the memory dump (at the variable content's address) the content is correct. In the watches panel yhe strng's content is shown in several lines with the commas missed. The raw content of the first line (_M_p) is showing the first part of the string. Commas are missed.
I don't know if it's clear, hope this helps.
Max
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version