Trying to figure out how to go about this:
I need to add scripting capability to my program, script language doesn't really matter. Can be lua, Pascal Script or whatever as long as I can write scripts in decent external text editor (like Visual Studio Code) and be able to debug the scripts launched from my program.

I know that some scripting libraries like Pascal Script or DWScript have simple debugger examples but they rely on SynEdit, are bugged and can't compare to mature modern code editor.

Must be possible but I'm clueless