StackOverFlowEcxeption

  • Thread starter Thread starter baramuse
  • Start date Start date
B

baramuse

Hi all !


I just wondered how to trace the origin of a stackoverflow exeption in
Visual.net (terminal is WinCE.net CFSP2 + OpenCF 1.2)

I'm currently looking for solutions with google w/o any interesting
result :/

Thanks in advance !
 
baramuse said:
I just wondered how to trace the origin of a stackoverflow exeption in
Visual.net (terminal is WinCE.net CFSP2 + OpenCF 1.2)

I'm currently looking for solutions with google w/o any interesting
result :/

Chances are you've got a self-referrential property somewhere. Can you
reproduce the problem every time? If so, can you step with the debugger
until you find the area of code which is causing the problem?
 
Jon said:
Chances are you've got a self-referrential property somewhere. Can you
reproduce the problem every time? If so, can you step with the debugger
until you find the area of code which is causing the problem?
Wouah :)

It was effectively a self-referrential property! But in the CallStack
window of the debugger, these called functions weren't shown :/
I would have find them anyway with the step-by-setp debug mode but It
would have take me a lot a precious time ;)

I wish there were all the calls in the callstack debug window :/

Thanks anyway :)
 
Back
Top