Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~149 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for lehe

Easiest way is to run it in your debugger of choice on the command-line. Since yours seems to be pdb (a pretty bad choice, really... it doesn't do very useful things like threaded debugging), try the following: [CODE]pdb script_name.py argument1 argument2 ...[/CODE] It should dump you into a debugger on …

Member Avatar for Outdoor83
0
149

The End.