From 97d053534eca940667208938cbeebbec2e7db30c Mon Sep 17 00:00:00 2001 From: manus Date: Fri, 5 Dec 2008 17:49:35 +0000 Subject: [PATCH] Author:manus Date:2008-12-05T17:49:35.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@124 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../debugger/debugging-limitations.wiki | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki index 1f3a7799..95b1fba2 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki @@ -1,22 +1,5 @@ [[Property:title|Debugging limitations]] [[Property:weight|-2]] [[Property:uuid|4377d765-8664-ee0c-5d5b-e42fd7d172c3]] -General limitations: -* Watch expression: Agents are not supported (for instance "agent my_function" is not supported"). -* The debugger is still not very helpful when the execution is stopped inside an invariant. - -Limitations or known bugs for the Classic debugger: -* Evaluating Precursor will produce the current feature's Result (not the precursor) -* If you use any of the previous non supported expressions in a breakpoint condition, since the evaluation is failing the condition will always return True. In such case the debugger will stop. - -Limitations or known bugs for the .Net debugger: -* It happens the debugger does not show the correct executed line, especially when dealing with disabled assertions or disabled debug clauses. -* The same trouble occurs when stepping through an unordered inspect code. - -Various known issues for classic system : -* If a precondition is violated inside a rescue, the debugger reports the assertion violation will the exception's tag. -* If you use the "Disable Assertion Handling" functionality when the execution is stopped in a rescue, the effect might be cancelled as soon as the execution exits the rescue's associated feature. - - - +* EiffelStudio 6.3: [[Debugging limitations - 6.3]]