cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger Hangs, if a Function Called which doesn't Exists

06-30-2020 7:07 AM
Stefan-Schnell Active Contributor
610 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Today I observed an interesting phenomenon at debugging in Intelligent RPA Studio:

I coded a function whose call I wanted to analyze with the debugger. So I set a break point at the line which calls the method. At debugging time I pressed F11 to jump into the function. Unfortunately I had a typo in the function call. The debugger detects it and gives an error message. I stopped the debugger and from this point nothing happens anymore. I can't close the debugger window or stop the debugger. It was necessary to use the task manager to close CtxtRun.exe process.

Without break point I got the expected procedure and all works well:

But with break point and after pressing stop of debugging, no events like QUIT or END are coming up and it is necessary to stop CtxtRun.exe process:

Is my procedure wrong? Or is it a debugger problem, that appears when functions are called that do not exist?

Thanks for hints and tips.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Jerome
Product and Topic Expert
Product and Topic Expert

Hi Stefan,

My believe is that it is a tool issue. Therefore a ticket must be raised so the support/dev team can investigate

Regards,

J.

Answers (0)