Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I need a win! (HELP!) PLZ?
Post: RE: I need a win! (HELP!) PLZ?

So like, for some pseudo-code, I would try something like: import pdb def tracefunc(frame, event, arg) if event == "line"; (I changed this to line instead of call, the line event checks to see...
thesandmanx Homework 17 9,393 Jul-08-2017, 06:50 PM
    Thread: I need a win! (HELP!) PLZ?
Post: RE: I need a win! (HELP!) PLZ?

In the pdb library they gave you, their seems to be a function called "do_jump" that lets you set the next line to be executed: def do_jump(self, arg): """j(ump) lineno Set the next l...
thesandmanx Homework 17 9,393 Jul-08-2017, 06:11 PM
    Thread: I need a win! (HELP!) PLZ?
Post: RE: I need a win! (HELP!) PLZ?

He can only write code within the sandbox, he's not allowed to alter the functions at the top I don't think. So def Tracefunc is his own code he has put in. Running that just gives "I sense a distur...
thesandmanx Homework 17 9,393 Jul-07-2017, 09:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020