DELTAGEN R2023x Debug Methods - Scripting

 I'm currently developing code inside the script editor and have had a lot of success using the Python API docs, but I'm still facing time-intensive issues executing simpler scripts.

Part of this struggle is the lack of an apparent debugger toolset in the DG UI. 
- Are there log verbosity settings that can be tweaked to output more details (such as line numbers, executing code)? I'm currently importing the traceback module and performing this step in the script, but it would be nice to have in the UI. 

Further, are there any interfaces available (such as type stubs) at the compiled module level that would allow us to import references into IntelliSense capable editors such as VSCode? I'm spending a fair amount of time jumping back and forth on the API docs to ensure appropriate formatting/inputs etc..