發表文章

目前顯示的是 4月 1, 2019的文章

Supershear earthquake

圖片
Part of a series on Earthquakes Types Foreshock Aftershock Blind thrust Doublet Interplate Intraplate Megathrust Remotely triggered Slow Submarine Supershear Tsunami Earthquake swarm Causes Fault movement Volcanism Induced seismicity Characteristics Epicenter Hypocenter Shadow zone Seismic waves P-wave S-wave Measurement Seismometer Seismic magnitude scales Seismic intensity scales Prediction Coordinating Committee for Earthquake Prediction Forecasting Other topics Shear wave splitting Adams–Williamson equation Flinn–Engdahl regions Earthquake engineering Seismite Seismology Earth Sciences Portal Category Related topics v t e A supershear earthquake is an earthquake in which the propagation of the rupture along the fault surface occurs at speeds in excess of the seismic shear wave (S-wave) velocity. This causes an effect analogous to a sonic boom. [1] Contents

VSCode messed debugging, watches, variables, evaluation with python

圖片
0 I just noticed my VSCode debugger stopped working. I messed it up by accident or maybe the update changed something. Either way, I have no clue what to change to get it working. What doesn't work is Variable list during debugging - it is always empty. Watches show as not available , calls tack only displays paused on breakpoint . Breakpoints work but stepping over lines is not available. Also, trying to evaluate a piece of code gives: Traceback (most recent call last): File "/home/█/.vscode/extensions/ms-python.python-2018.10.1/pythonFiles/experimental/ptvsd/ptvsd/wrapper.py", line 1339, in done fut.result() File "/home/█/.vscode/extensions/ms-python.python-2018.10.1/pythonFiles/experimental/ptvsd/ptvsd/futures.py", line 40, in result reraise(self._exc_info) File &q