BashSupport-Pro / bashsupport-pro

Public issue tracking for BashSupport Pro. This is a plugin, which provides advanced support for Bash scripts for JetBrains IDEs.
https://www.bashsupport.com
48 stars 2 forks source link

zsh debugging with v 4.0.0.233-beta9 #144

Closed Maziar123 closed 10 months ago

Maziar123 commented 11 months ago

Hi

I am currently trying to debug a zsh script with bashsupport-pro-signed-4.0.0.233-beta9-eap.zip. However, it seems that some simple jobs fail to debug, for example, there is a freeze in one sourced file at this line. all_ips=$(ip -o -4 addr show | awk '{print $4}')

jansorg commented 11 months ago

Thank you for reporting this! What‘s happening when you observe the freeze? Is the UI of the IDE frozen or is it something else, e.g. is a breakpoint hit?

A screenshot would help to reproduce and fix this.

jansorg commented 11 months ago

I'm able to reproduce a problem with "Resume" and stepping through the Zsh script above. I hope to find a fix for the next beta version. Thanks!

jansorg commented 10 months ago

This has been fixed in zshdb and the fix will be included with BashSupport Pro's next beta of 4.0.

jansorg commented 10 months ago

4.0 beta11 is now available and should fix the problem. Please update here if that‘s not the case for you.