Menu

#16 debug failure

v1.0_(example)
closed-fixed
nobody
5
2005-09-22
2005-04-12
Bryan Hunt
No

Hi there,

Debug failure while running pydbg.

My system

os : windows 2000
jvm : 5.0
jedit : version 4.3pre2
jython version : jython-2.1

----------------------------------------------------------------------

script
test.py snip------

print "Hello","World!"
print "Hello" + ' ' + "World!"
myvar = "test"
data = {'last':"Feigenbaum", 'first':"Barry"}
print data

-----snip

The debugger bombs out when stepping and it reaches the
line
"data = {'last':"Feigenbaum", 'first':"Barry"}"

Thanks

Bry

Discussion

  • Bryan Hunt

    Bryan Hunt - 2005-04-12

    console output

     
  • Jean-Yves MENGANT

    • status: open --> closed-fixed
     
  • Jean-Yves MENGANT

    Logged In: YES
    user_id=513881

    Works in V0.0.12

     

Log in to post a comment.