Evaluate text selection in Scripting Editor

Instead of evaluating the totality of a script, this would allow basically to select a chunk of code and evaluating it by (say) pressing Control + Enter.

I think this would be a nice addition for developers as sometimes we might be interested in testing a smaller portion of the code instead of creating a logic path to execute the statements of interest.

try the remote debugging system, sounds like it would fit your needs well

Thanks, I hadn’t look into that.