Francesc Elies

Results 64 comments of Francesc Elies

ℹ️ lldb can't seta breakpoint but vscode seems to manage that. ![image](https://github.com/llvm/llvm-project/assets/6558089/6935eba9-7f3e-459d-a289-2f766f533c9c)

No worries, thanks for your replies, do you know if this is the right channel to ask or should I try luck somewhere else?

@dwblaikie After help from a colleague who pointed me out to this [stackoverflow thread](https://stackoverflow.com/questions/76425950/lldb-warning-unable-to-resolve-breakpoint-to-any-actual-locations-on-windows-10/76442489#76442489) I managed to get lldb working. One now needs to register `msdia140.dll`, this was at some...

I also suspect #62350 couldn’t start lldb because of the same reason, msdia140.dll not registered.

I also see this with v4.25.2, I think this might be related to #12186

I could maybe help with this one, i will give it a try the coming week

@Canop I could reproduce the issue. this personally does not affect me but since I happen to have german keyboard, for this experiment I switched from US to DE input....

any combination with altgr, same issue for the `}` and `]` which are on the left side of the `\` ![image](https://github.com/user-attachments/assets/d1a2be1b-d44f-408d-a13c-fed27b5a5414)

@Canop I believe this is the issue we are seeing here https://github.com/crossterm-rs/crossterm/issues/820

@Schweber I think this is spected because of nushell [scoping rules](https://www.nushell.sh/book/environment.html#defining-environment-from-custom-commands), the environment changes inside your def function stay there and do not have side effects outside the funciton, try...