简体   繁体   中英

how to step over list comprehension in pycharm?

I am new to Python and Pycharm,

I am trying to step over a line with list comprehension,

but instead of moving me to the next line, pycharm is incrementing the loop in 1 iteration.

any ideas how to move to the next line without pushing F8 3000 times?

thanks!

PyCharm有'Run to Cursor'选项 - 只需将光标向下移动一行即可。

在理解之后在下一行代码处设置断点,然后再次点击播放。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM