Dimitri Trofim

Results 6 issues of Dimitri Trofim

Sometimes read from Pty stream hangs. Have you experienced that? What exactly can cause it? That is a corresponding dump: ``` "ConnectRunnable@1796" prio=5 tid=0x13 nid=NA runnable java.lang.Thread.State: RUNNABLE at jtermios.linux.JTermiosImpl$Linux_C_lib_DirectMapping.read(JTermiosImpl.java:-1)...

Now the Basic Usage section has subsections about how to install vmprof on Linux and Windows, but macOS is absent, which makes an impression that it is not supported.

Profiling the following script: ``` import numpy as np n = 5000 a = np.random.random((n, n)) b = np.random.random((n, n)) c = np.dot(np.abs(a), b) ``` Produces: ``` macbook-pro-4:test_profiler0 traff$ /Users/traff/anaconda/bin/python3.5...

The code that prevents returning to correct frame is pydevd_frame.py:281 ``` if stop_frame is frame and event in ('return', 'exception') and step_cmd in (CMD_STEP_RETURN, CMD_STEP_OVER): info.pydev_step_cmd = CMD_STEP_INTO info.pydev_step_stop =...

Unlike all other debugger commands. First time by quote_plus in pydevd_comm.py: 1227 (InternalRunCustomOperation), Second time by quote in pydevd_comm.py: 532 (makeMessage)

Datalore by JetBrains is a hosted notebook solution compatible with Jupyter