-
| I have enabled sourcemaps by adding  The Cypress Electron debugger now shows my feature file and step definitions as nodes in the left-hand-side tree below Your Spec, but in the source window on the right it says: 
 I am obviously on a Windows machine. The project is a Next.js application. I tried to fix the url, replacing the backslashes by slashes, and tried to GET it with a Restclient but that did not help - I get a Next.js 404 response. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| Sourcemaps for debugging with esbuild must be enabled using  see #1271 | 
Beta Was this translation helpful? Give feedback.
Sourcemaps for debugging with esbuild must be enabled using
sourcemap: 'inline'as shown below. The optionprettySourceMapis for a different purpose.see #1271