jesper Westendahl
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 9
-
已编辑于 Javascipt debugging not updating after source code change
For the last 6 month I have only been able to debug javascript code properly if I do a ‘Clear file system cache and local History’ from then File→Invalidate Caches and press the ‘Invalidate and Res... -
已编辑于 Critical startup errors - After uninstall "AI Assistent and CoPilot"
Just got this problem after uninstall “AI Assistent” and CoPilot, followed by restart. 1) Tried to downgrade 2023.3 from the toolbox, but nothing changes, same same error. doomed :-/ 2) Tried to d... -
已编辑于 Help for debug a web app (javascript) on Android Browser ?
I'm using phpStorm to debug my web-app, php on the backend and javascript/jquery on the frontend .. everything is running on windows 10 env. and works fine.Have now discovered that some of JS is no... -
已编辑于 import module problem when doing js unittest/debug using jest / babel
I have a setup with jest/babel for unit-testing my js code, which works fine. Importing a local module with import mustache from "./mustache.js";console.log(mustache.version); work fine, but fails... -
已编辑于 Testing with internal server -> wrong path !
When testing my index.php from inside phpstorm (using Build-in Preview or Chrome) no stylesheet or scripts etc are loaded unless I add '/www/public_html' to all href/src/... Brower url: http://l... -
创建于 SyntaxError: Cannot use import statement outside a module (phpStorm/Js/Jest)
I'm trying to setup phpStorm to run javascript unit-test using Jest, which work fine as long as the source-code and test-script is in then same file.But when separated in two files, simple.js and s... -
创建于 Alternative to Kite ?
I'm p... on how Kite all the times popup and want me to upgrade to Kite Pro, during my evaluation of PyCharm.I have now disabled the Kite plugin on PyCharm and suddenly what I though was PyCharm co... -
创建于 non-blocking keyboard input from windows not working on PyCharm ?
已回答I'm trying to run/debug a very simple non-blocking keyboard input from PyCharm (2020.3), but for some reason it is not working.Env: Windows 10 Pro/10.0.19042, CPython 3.9 import msvcrtwhile True: ...