Debugging with self built LLDB on osx

With today’s TOT:
I get the error: error: initial process state wasn’t stopped: exited (see below)
I have created the lldb_codesign certificate.

Anything else I need to do?

Thanks,

mtm

//////////////////////////////////////////////////

bash-X.X$ /tozbin/lldb ./myprog # /tozbin/lldb is a symlink to the lldb in my DerivedData folder
StdSetProvider imported…
Current executable set to ‘./myprog’ (x86_64).
(lldb) bdys
Breakpoint created: 1: name = ‘:’, locations = 0 (pending)
WARNING: Unable to resolve breakpoint to any actual locations.
(lldb) rdys
Process 8072 launched: ‘/Users/michael/Library/Developer/Xcode/DerivedData//Build/Products/Debug/’ (x86_64)
error: initial process state wasn’t stopped: exited