Webstorm breakpoint not hitting #4527
Unanswered
ladislavrolnik
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any experience with combination of Jetbrains IDE and debugging electron app insomnia?
I was expecting that after import file wsdl format I will get hit on breakpoint in convert.ts
at line 21 in function convert which didn't happen. The same for line 52 in import.ts
function importUri.
[ErrorModal] Error: No importers found for file at convert (/Users/lacir/insomnia/insomnia/packages/insomnia-importers/dist/src/convert.js:30:11) at async importRaw (webpack-internal:///./common/import.ts:99:15) at async importUri (webpack-internal:///./common/import.ts:52:18) at async eval (webpack-internal:///./ui/redux/modules/import.ts:96:22)
this is my debug console stackTrace after importing file.
I am running
npm run app-start
from default scripts.Beta Was this translation helpful? Give feedback.
All reactions