Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6870489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:41:24+00:00 2026-05-27T03:41:24+00:00

I often doing such steps and want to optimize debug speed: I am setting

  • 0

I often doing such steps and want to optimize debug speed:

  1. I am setting some breakpoints.
  2. I am running Google Appengine Application (Python 2.5.2+).
  3. When breakpoint occur I often change code to fix bugs.
  4. After code change want to test again but there is problem if I changed code in breakpoint/suspend mode the application does not updates with my code changes – thus requiring a slow reloading.

Does anybody have an idea of what is root cause of forcing reloading after suspend or it is PyDev Bug/Limitation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:41:24+00:00Added an answer on May 27, 2026 at 3:41 am

    The way the debug works is not by executing the source line-by-line. The debug “compiles” your source to bytecode (the .pyc files) and execute those, not your source.

    The debug only keeps track of what piece of the .pyc files correspond to what line of your .py ones and display that information for your convenience, but the .py file itself is not what the debugger is using to run the program.

    Therefore, if you change the source / .py file and want the debugger to acknowledge those changes, you need to “recompile” the .pyc files first.

    HTH!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

One thing I've started doing more often recently is retrieving some data at the
While doing some refactoring I've found that I'm quite often using a pair or
I'm doing some processing on some very large video files (often up to 16MP),
I often find myself doing inefficient loops as such: def __add__(self, other): dimensions =
I often have to implement some interfaces such as IEnumerable<T> in my code. Each
I am currently doing some Project Euler problems and the earlier ones often involve
One of the things I find myself doing often is passing string literals as
I often find myself doing quick checks like this: if (!eregi('.php', $fileName)) { $filename
While using Vim (at home and at work), I often find myself doing similar
I am finding myself doing the following a bit too often: attr = getattr(obj,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.