Thanks for all of the work on this! I’ve tested the new extension on OSX and WSL and it definitely works better than the older version(s). I’m having issues with debugging though, I never tested it with the old extension so not sure if this is just a user error or not.
When I attempt to debug a mojo file I get the following error:
Failed to run preInitCommands commands. See the Debug Console for more details.
Then in the debug console I have:
Running preInitCommands:
(lldb) plugin load $CONDA_PREFIX/lib/libMojoLLDB.*
error: no such file
On OSX I’m seeing basically the same error around this lldb plugin. I haven’t touched the launch.json file yet.
I’d appreciate any tips to get this working.
Thanks for all of the work on this! I’ve tested the new extension on OSX and WSL and it definitely works better than the older version(s). I’m having issues with debugging though, I never tested it with the old extension so not sure if this is just a user error or not.
When I attempt to debug a mojo file I get the following error:
Then in the debug console I have:
On OSX I’m seeing basically the same error around this lldb plugin. I haven’t touched the
launch.jsonfile yet.I’d appreciate any tips to get this working.