eric3 debugger

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Surya Kiran

    eric3 debugger

    Hi,
    I'm a newbie to eric3 debugger. I'm facing a problem in debugging. Let
    me explain my problem.
    I'm using eric3.2 with python2.3, qt-3.2.0 and pyqt-3.7

    I've a project, which spans over a number of files. so i've created a
    ..e3p project file for eric3 debugging purposes.
    when i load the project file, eric3 was not listing all the sources (i
    expect the eric3 to load all the source python files from .e3p file).

    i had to manually say, add python directory. even then, if i debug the
    main script, i expect the debugger to jump over to other file, when it
    encounters a function in a file different from the current one. thats
    not happening.

    what could have been the reason. how can i overcome this difficulty

    Thanks,
    Surya
Working...