Hello, Andrew.
We know the code is realized by JavaScript. When I debug the code I cannot debug the js file. Can you teach me how to debug JavaScript code with QtCreator?
Look forward to your reply.
fang_h_y
How to Debug JavaScript code in the QtCreator?
Moderator: andrew
Re: How to Debug JavaScript code in the QtCreator?
You can output states and variable values to stderr using qDebug("some string" + someVariable);
Use -enable-script-debugger to show the script debugger when an exception occurs of when the debugger; statement is used in your code.
Use -enable-script-debugger to show the script debugger when an exception occurs of when the debugger; statement is used in your code.
Re: How to Debug JavaScript code in the QtCreator?
Hello, andrew
Thank you very much!
fang_h_y
Thank you very much!
fang_h_y