Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
552 stars 345 forks source link

Cannot debug Client App #240

Closed prasanthtp closed 7 months ago

prasanthtp commented 7 months ago

I am using Visual Studio 2022 preview. if I put a break point on any file in clientapp project, it says the break point will not currently be hit. unbound breakpoint.

I did everything like cleaning the solution rebuild etc. Still the same. How do I debug this clientapp project