B
Bob Day
This is a few week old post, which I never got a reply to, so I am reposting
it.
-------------------------------------------------------------------
when debugging an application, the following code always returns a line
number of zeroIt was then suggested that this is the case because my "debug Symbol files"
must
be active to get an accurate line number, so they must not be. How do I
make them active?
Or, to start completely over, my original question was how to capture the
line number where I am throwing an exception so I can save the line number
to trace. The above code looks logical, it just always gives 0 for the line
number.
Thanks!
Bob Day
it.
-------------------------------------------------------------------
when debugging an application, the following code always returns a line
number of zeroIt was then suggested that this is the case because my "debug Symbol files"
must
be active to get an accurate line number, so they must not be. How do I
make them active?
Or, to start completely over, my original question was how to capture the
line number where I am throwing an exception so I can save the line number
to trace. The above code looks logical, it just always gives 0 for the line
number.
Thanks!
Bob Day