what you mean, debug build is running from VS? if is true what we do on
the customer place?
We face day after day with this problem! the Program compile yet under
debug profile and deliver to customer for debugging session. the
customer call about bugs, but the max Info is name of procedure . I
very wonder why Microsoft not give us more info for this session! it's
very simple to add to exception more info about the line on source (I
know about the code version problem), and add the CLI code thet make
the problem.
the real thing is, that since microsoft and third's parties give us
Decompilers, there no problam to add to exception viewer the source
code from CLI code itself, without need to keep track after versions of
source codes that belong to this CLI.
I see demostrasion of AVIcode product that collect such info on each
exception. I wonder, if exception not include this info, How Avicode
collect it? I not think that Avicode change or replace fuction from
Framwork or change the code that JIT make from CLI?
So I can get the CLI code with the command that make the exception?