CAP_project icon indicating copy to clipboard operation
CAP_project copied to clipboard

Provide exception handling for basic operations

Open sebasguts opened this issue 9 years ago • 0 comments

Issue by sebasguts Thursday Apr 02, 2015 at 12:51 GMT Originally opened as https://github.com/sebasguts/CAP/issues/28


Implement the possibility to throw an exception inside a user given function. Those exception should be handled after the method in an interactive way. The following should be possible inside the interactive loop:

  • Print some information about the exception, provide information about how to change the input to make the method work
  • Examining the input
  • Launch arbitrary code to provide more information about the input
  • Rerun the function with the input
  • Rerun the method selection with the input
  • Enter the break loop to get a stack trace

sebasguts avatar Apr 10 '15 09:04 sebasguts