Hey folks!
Does anyone have insight on debugging within an IDE? I’m somwehat naive when it comes to doing this, but have done so successfully with other environments by providing python modules and so on to the debug configuration.
I’m using vscode, but I find most envs can be setup in a similar fashion to hook into an environment’s execution stack, variable states and so on. I’m using regular debug-hooks and charm.reactive right now and whilst it does work great it’s a little unwieldy to switch back and forth tracing through what’s going on - especially when I’m confined to a single screen on my laptop (which is not your fault of course).