As I know, }
contains in actual some operation like destroying the stack allocated objects because when some error is happening in the destructor of an object, VS.NET point me to the closing of the Curly Braces and even you can step into it using F11
and see what is happening in the destructors that have been called. However, I have notice that the {
is also an operation and if I try to step into it using F11
, VS.NET tell me that it need memset.asm
file in order to contiune debugin.
What is really happening inside {
?
Aucun commentaire:
Enregistrer un commentaire