-
Notifications
You must be signed in to change notification settings - Fork 159
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 this code? #96
Comments
I encountered the same problem as you, have you solved it? |
@fengchuibeixiang I tried putting in all the command line parameters in the quick guide, but I still can't jump to the breakpoints in each command. Is there something I didn't set up correctly? |
without "python bin/..." ,like this |
This is the configuration parameter of "Parameters" in "Edit Configurations", but when debugging, the execution ends at main() and cannot jump to each command. I also added breakpoints in each command.
|
if your code ends at main(), perhaps your parameter is not set up correctly. maybe it lose some parameter or have some wrong parameter |
2 similar comments
if your code ends at main(), perhaps your parameter is not set up correctly. maybe it lose some parameter or have some wrong parameter |
if your code ends at main(), perhaps your parameter is not set up correctly. maybe it lose some parameter or have some wrong parameter |
I set default value to all click parameter, but it still gives error abrove.
The text was updated successfully, but these errors were encountered: