Manvi-Agrawal

Results 67 comments of Manvi-Agrawal
trafficstars

@tcNickolas I would like to take up this issue.

Hi @tcNickolas @rmshaffer, do you have any idea about where to see the Logger messages defined in `KataMagic.cs`? Some examples are - [`Logger?.LogWarning(e, "Unexpected error.");` ](https://github.com/microsoft/QuantumKatas/blob/main/utilities/Microsoft.Quantum.Katas/KataMagic.cs#L149) - [`Logger.LogDebug($"Registering {answer.Key.FullName}");`](https://github.com/microsoft/QuantumKatas/blob/main/utilities/Microsoft.Quantum.Katas/KataMagic.cs#L178) -...

Hi @rmshaffer @tcNickolas, I am not able to see the modified error messages in the console window. For eg I tried to modify - [`Logger.LogDebug($"Resolved {userAnswer.FullName} to {skeletonAnswer}");`](https://github.com/microsoft/QuantumKatas/blob/main/utilities/Microsoft.Quantum.Katas/KataMagic.cs#L223) to `Logger.LogDebug($"Hi...

Hi @tcNickolas , seems that these steps aren't sufficient to see updated messages in IQ#. Also, a more general doubt: is there any smart way to debug `kata` and `check_kata`...

Thats a nice suggestion. I would be doing #557 first.

Hi @tcNickolas , Now I am able to see updated log messages while running IQ# kernel in debug mode. I did the following additional steps: 1) Set the environment variables...

Hi @tcNickolas @rmshaffer, I think a good approach to solve this issue would be after the following issue is resolved https://github.com/microsoft/iqsharp/issues/277. Because currently IQ# recognises all Q# files in the...

You can just click on "Apply change" button on above comment and github will do the changes automatically for you 😀

Hi @tcNickolas, I would love to work on this issue. Maybe I can take care of this is in #620 itself