We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358753b commit 3af004eCopy full SHA for 3af004e
src/entry/server.js
@@ -89,6 +89,10 @@ global.on('onResourceStart', (resourcename) => {
89
}
90
});
91
92
+global.RegisterCommand('mysql:debug', () => {
93
+ profiler.config.trace = !profiler.config.trace;
94
+}, true);
95
+
96
global.onNet('mysql-async:request-data', () => {
97
if (isReady) {
98
const src = global.source;
0 commit comments