i just realized testbox lets you click on stacktra...
# box-products
d
i just realized testbox lets you click on stacktrace <div>s, and it will open an editor for the offending line
Copy code
function openInEditorURL(
		required template,
		required line,
		editor = "vscode"
	){
		switch ( arguments.editor ) {
			case "vscode":
				return "<vscode://file/#arguments.template#:#arguments.line#>";
is there a way to remap
template
, e.g. from
/dev-container-root/app/*
to
/host-machine/actual-root/*
(assuming * is consistent between the two, there's just a different prefix)
b
@lmajano?
l
well, this is brand new territory right now
so Ideas welcomed
d
some kind of "remap path for debug info" coldbox option, just
(string s) => string
or maybe lucee should write it into class files (with a boot option to remap based on a glob or regex) and it's just picked out of the class file low priority request!