Pablo García Chacón

- 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... -
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... -
Edited Incorrect "unresolved attribute reference" in dict
AnsweredIf 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... -
Created Customize syntax highlighting based on value
AnsweredI would like to custome syntax highlighting for Django/Jinja2 Template so that "include" tag names are colored differently. Is that possible? -
Created Insert pair '}' in string?
AnsweredIs 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. -
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... -
Created How to disable automatic variable evaluation when debugging?
AnsweredPyCharm'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 ... -
Created Structure view malfunctioning
AnsweredI 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... -
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... -
Created How to stop structure from expanding automatically
AnsweredSince 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...