-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
Yesterday I was working with a new team member and attempted to show them how to use Code for i to attach a SEP to their immediate program and step through it to debug it. The SEP reported that it attached, but calling the program did not trigger it. Didn't receive any errors through the console, and the log was clear except for "SSLException thrown when reading SEP daemon protocol message".
I recreated the issue today, restarted the debug service and that did not fix the issue. It wasn't until I used the "debug as batch" on a program that I had set a SEP for already that the SEP started to trigger. From then on, it has been triggering on programs as expected. I've had trace logging enabled both client and server side, but there wasn't anything of note that I could find to highlight a possible issue.
Only thing that I can think of is our debug server is ran under a different user profile than the debug service, and that our debug server is shutdown every night.