|
|
|
|
|
by neongreen
615 days ago
|
|
I used the debugger all the time when I was writing in Pascal (and later Delphi). It was great. Then I switched to Haskell. No (useful) debugger there. Now I write TypeScript, and.. somehow I never figured out how to do debugging in JS properly. Always something broken. Breakpoints don’t break, VSCode can’t connect to Node, idk. Maybe I should try again. |
|