debugger console doesn't auto complete on mac OS 10

Answered

Hi guys,

I have mac OS 10 (new to mac env..) and installed PyCharm 2017.2 community version.

Starting debugging, app stops at the breakpoint, i go to the debugger console in pycharm and i try to auto-complete a defined variable (like aaa=(1,2) prior to the breakpoint of course) but it says "no suggestions" although the tuple does exist in memory as when I type the full name it shows it as a python object... if it's a class and i press the "." it also doesn't autocomplete its members but irrelevant suggestions like "if" "ifn"... it shows it for all objects.. probably doesn't recognise the object at all.... I tried all the help in the web: setting autocomplete config in pycharm, clearing the runtime cache... any help would be appreciated as i don't want to look for the object members every time....

many thx

1
2 comments
Avatar
Permanently deleted user

To make it clearer: I don't get the code completion as stated here:

Show Python prompt

 

 

 

This button is available in the Debug console. If it is pressed, you can enter commands in the console and view output.
Note that in the debug console, code completion is available:

/help/img/idea/2017.2/py_interactive_debug_console.png

It's also possible to scroll through the history of commands with the up and down arrow keys.

 

 

 

 

 

0

Hi Thatisgood! This is a bug (PY-25359) and it should be fixed in 2017.2.1.

0

Please sign in to leave a comment.