Cannot step into script module function while debugging

Hi support

When doing a remote debugging session, the session always fails to step through script modules, and the script subsequently fails. The error messages is "Unable to open ‘Library_Common_somerandomstuff.psm1’: File not found.

I’m using vscode, I set my debug project variable to ‘BreakBeforeImportingScriptModules’, attach to the remote process and step through my step template. When I reach a function that lives in a script module, I get the error message, my debug session fails and the process continues to the next step. It looks like Octopus removes the script modules after loading them in… is this expected and what is the best way to get around this?

Cheers
Leslie

The issue is highlighted in the code: https://github.com/OctopusDeploy/Issues/issues/3895

Looks like that change is having a regressive effect on debugging functionality

Cheers
Leslie

Hi Leslie,

You are 100% on the money here. I’ve raised an issue so hopefully we can get this sorted soon for you.

Regards,
Alex

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.