I must congratulate the VSCode team on a wonderful plugin.
I have a project with multiple modules. To make it faster to develop, I follow the below pattern to debug:
Create a script which calls multiple modules. I start off by selecting some lines and Alt+Enter to execute
go to my module, select a line and press ctrl+Enter to execute. this might refer to some variables in step.1 above. because variables names are same, it would work
this workflow seems to have broken in the newer version of VSCode plugin. Now
Create a script which calls multiple modules. I have to press Shift+Enter. Alt+Enter runs the complete file
Pressing ctrl+Enter doesn’t work. I have to manually copy the lines into REPL to get it to work
I tried with a few options in preferences, like copying code to REPL before executing, to no avail.
Can anyone please help with this? Do we know why step 2 is now broken?