Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to debug the rag-extension? #12

Open
D-rshini opened this issue Dec 10, 2024 · 1 comment
Open

How to debug the rag-extension? #12

D-rshini opened this issue Dec 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@D-rshini
Copy link

Question
How to trigger rag-extension?

Context
1. Start ngrok: Initialized ngrok with port 8080.
2. Configure ngrok URL: Obtained the ngrok URL and used it in an environment variable and agent (Git Hub) as per the instructions given in the rag-extension.
3. Connect with Extension: after setting up URL, now I can access prompt or ask question in chat.
4. Trigger Breakpoint: I expect, after entering the prompt and pressing Enter, the breakpoint set in Visual Studio Code should be triggered.

Please suggest, how to trigger or debug rag-extension after giving prompt.

Thank you :)

@D-rshini D-rshini added the question Further information is requested label Dec 10, 2024
@belaltaher8
Copy link
Collaborator

Hi @D-rshini could you provide more details around your setup?

Have you been able to chat with the extension at all so far?

And if you have successfully chatted with the extension, then yes a breakpoint in your extension's server code should be triggered (assuming, of course, you've properly hooked up the debugger!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants