jesper Westendahl
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 9
-
Edited 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... -
Edited 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... -
Edited 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... -
Edited 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... -
Edited 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... -
Created 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... -
Created 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... -
Created non-blocking keyboard input from windows not working on PyCharm ?
AnsweredI'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: ...