question re: the VS Code debugger. This looks lik...
# adobe
m
question re: the VS Code debugger. This looks like it's geared to debugging a specific file by running it also, if my active editor is for a non-cf file (like a .env file or a .txt file), and I try to start the debugger, it gives me an error notification saying "This debug configuration supports only cfml files.."
with the old eclipse-based debugger, you started it up and it just was running for the server in general, and if a request happened to come in that ran through a breakpoint you'd set, it would stop that request (even if that file weren't open in CF Builder - if it had a breakpoint set in it, it'd open the file and stop on the breakpoint)
is the new debugger geared toward only working on the currently open file only? Can I just start it generally for the project like the old debugger and set breakpoints in various files and have it stop on all of them?