the configuration of launch.json when debugging Node code with vs code breakpoints is as follows, where path1,path2,path3 is three Node files under the same parent folder (finally corresponding to three bin www). now I can start name1,name2,name3 break...
the front-end projects written by vue sometimes need f12 to judge some css or js problems, but always automatically put a breakpoint on the js code, and must click the "continue " button to go down, which is very annoying the file in question is the ...
when making WeChat Mini Programs payment, the callback address must be an address available on the public network, so the code is put on the server. but when there is something wrong with the callback code, it is very tricky to debug. It is customary t...