Pablo García Chacón

Avatar
  • Total activity 155
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 6
  • Subscriptions 50
  • Edited

    Is it possible to set up the debugger to stop when a condition is met at any point of the execution?

    I am not asking about a conditional breakpoint at a given line. But let's say I have the variable x which holds an int value. This value should never be negative, but because of a bug this is happe...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    I don't understand how Javascript debugging is done

    I am reading the docs https://www.jetbrains.com/help/idea/configuring-javascript-debugger.html but I am just not understanding what I am supposed to do. I have the Professional version, using Chrom...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Incorrect "unresolved attribute reference" in dict

    Answered
    If I define the following block: d = { 'prop1': defaultdict(int), 'prop2': defaultdict(list)}d['prop2']['entry1'].append(1) I am getting "Unresolved attribute reference 'append' for class 'in...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Customize syntax highlighting based on value

    Answered
    I would like to custome syntax highlighting for Django/Jinja2 Template so that "include" tag names are colored differently. Is that possible?
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Insert pair '}' in string?

    Answered
    Is there any option to automatically insert '}' when '{' is typed in a string? Very handy when using string.format which is what is probably expected when using '{' in a string.
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    Scrolling is jumpy

    Both when scrolling the source code, the project structure or the console, well, scrolling at all in PyCharm (JetBrains PyCharm 2018.1 x64), is just such a bad experience for me. It's so jumpy, whe...
    • 3 followers
    • 2 comments
    • 2 votes
  • Created

    How to disable automatic variable evaluation when debugging?

    Answered
    PyCharm's debugger automatically evaluates variables when debugging which is very handy 99.99% of the time. However, this is having a side effect that is really hurting what I am trying to do: log ...
    • 6 followers
    • 10 comments
    • 2 votes
  • Created

    Structure view malfunctioning

    Answered
    I have had this problem for months, and it just doesn't go away, not even with new updates. Currently running 2018.1 x64. It's actually goten worse with the 2018 version. So the structure view is c...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Structure view still automatically expanding

    I have asked and reported about this bug months ago, and it is still present in the new version 2018.1. The structure view expands automatically when switching tabs or minimizing PyCharm. It is ext...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    How to stop structure from expanding automatically

    Answered
    Since a while ago all my functions and classes under the structure menu are automatically expanded extremely often for no good reason and I have to collapse them manually every single time. This is...
    • 5 followers
    • 9 comments
    • 4 votes