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

[BUG] Running debug mode in VS code #875

Open
DocVi opened this issue Jun 17, 2021 · 1 comment
Open

[BUG] Running debug mode in VS code #875

DocVi opened this issue Jun 17, 2021 · 1 comment
Labels

Comments

@DocVi
Copy link

DocVi commented Jun 17, 2021

I am trying to run it in debug so I can step through the code and make changes easily to contribute to this repo.
I am using VScode.
As an example, I put a breakpoint in app.py in the def for opendir.
I ran the main.py file in debug which creates the UI and then click the opendir icon but it does not stop at the breakpoint aka the app.py is not attached.
Here is a gif:
debug

How can you attach it then so that i can step through the code?

Would be nice to have information in the readme file so people can easily contribute.

Thanks

Vincent

@DocVi DocVi added the bug issue label Jun 17, 2021
@wkentaro wkentaro added enhancement pr priority: low Low priority and removed bug issue labels Sep 26, 2022
@SunlifeV
Copy link

I guess you have installed labelme with pip. The labelme used in the codefrom labelme import xxxis not your code, but the pip package used. So the code can't run here.

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

No branches or pull requests

3 participants