Uncaught TypeError: other.getPath is not a function
See original GitHub issueI keep getting this error if I try to setup more than one breakpoint.
The first bp is registered and xdbug works fine. If I try to add another bp I get this error,
Uncaught TypeError: other.getPath is not a function
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Uncaught TypeError: editor.getPath is not a function · Issue #46
At /C:/Users/eschulman/.atom/packages/mocha-test-runner/lib/context.coffee:14 TypeError: editor.getPath is not a function at ...
Read more >Why do I always get an Uncaught TypeError: undefined is not ...
However in any case I always get an error "Uncaught TypeError: undefined is not a function" for the getPath function.
Read more >SAPUI5: Uncaught TypeError: c.getPath is not a function
However, I face the issue Uncaught TypeError: c.getPath is not a function and No data is found on either the list or table....
Read more >How to Handle JavaScript Uncaught TypeError: “x” is Not a ...
The Javascript TypeError: "x" is not a function occurs when calling a function on a value or object, which is not actually a...
Read more >SP.Taxonomy.js TypeError: b.get_path is not a function
I'm trying to display the terms of a site but I can't create a instance of TermSession object. context = SP.ClientContext.get_current(); var ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@AyeAyePhyuKyaw bingo, had to remove the package altogether to get the bp to work.
If you install wordpress-suite 1.2.1 package, you face “TypeError: other.getPath is not a function” error and cannot toggle more than one breakpoint. I also faced same error. I solved it by disable wordpress-site 1.2.1.
I hope you will be ok.