Forum Discussion

jga's avatar
jga
New Contributor
13 years ago

Call Stack inside a Try Catch

All my call stack is lost, when my code is inside a Try Catch e.g. 1  procedure main() 2  begin 3   try 4       //My full Testcase here 5         if obj.value = ' test'  then...