I have a GUI linux-application that embeds it's own python interpreter and provides a simple script editor to run python code. What I would like is to launch code in the app and debug it with trepan from a separate terminal on my local machine. What are the steps do to this?