Skip to content

Add pdb snippet#247

Merged
DonJayamanne merged 1 commit into
DonJayamanne:masterfrom
robsonpeixoto:patch-1
Aug 11, 2016
Merged

Add pdb snippet#247
DonJayamanne merged 1 commit into
DonJayamanne:masterfrom
robsonpeixoto:patch-1

Conversation

@robsonpeixoto
Copy link
Copy Markdown
Contributor

No description provided.

@DonJayamanne
Copy link
Copy Markdown
Owner

@robsonpeixoto , not sure i want to add this into the list of snippets. This extension supports debugging without the use of pdb, i.e. people won't have to resort to the old pdb debugger when using this.
Just out of curiosity, under what circumstance are you using the pdb debugger and not the one built into this extension?

@robsonpeixoto
Copy link
Copy Markdown
Contributor Author

No problem. I'm using on my snippets.
I'm using docker to run the service, so the pdb is very useful.

@DonJayamanne DonJayamanne merged commit 4b023ef into DonJayamanne:master Aug 11, 2016
@DonJayamanne
Copy link
Copy Markdown
Owner

@robsonpeixoto , so there is a use case. Will add. Thanks

@DonJayamanne
Copy link
Copy Markdown
Owner

@robsonpeixoto , how do you use vscode with docker?

  • does vscode provide intellisense, etc?
    I don't think so. This is one area that needs to be improved (adding support for remote interpreters - docker)

@robsonpeixoto
Copy link
Copy Markdown
Contributor Author

@DonJayamanne I'm creating a virtualenv with all deps to use the intellisense.
But I'm using a docker-compose with all env var configured making easier to run using docker.

But I agree with you, the pythonVSCode should support remote interpreters.

@robsonpeixoto robsonpeixoto deleted the patch-1 branch August 11, 2016 03:00
@robsonpeixoto
Copy link
Copy Markdown
Contributor Author

And thanks for the attention

@DonJayamanne
Copy link
Copy Markdown
Owner

@robsonpeixoto , just out of curiosity doesn't remote debugging help? or is it just a case of preference?

@robsonpeixoto
Copy link
Copy Markdown
Contributor Author

Just case of preference. I'll study more about this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants