Can PyCharm 4.0 exclude modules during debug

Is it possible to exclude certain modules while debugging? There are certain 3rd party or internal core modules which would increase the speed and ease of debugging if omitted.
0
Avatar
Permanently deleted user
IntelliJ IDEA provides the Run/Debug Configuration dialog box as a tool for handling run/debug configurations: create configuration profiles or change the default ones.
0
Avatar
Permanently deleted user
yes, but the option to omit modules is not available in that configuration (or any configuration dialog for that matter)
0
Avatar
Permanently deleted user
thanks for this. Appears to do what I was hoping for. Would prefer the option in a configuration dialog but this will do for now.
0
Avatar
Permanently deleted user
0
Avatar
Permanently deleted user
I believe I did.
0

请先登录再写评论。