Up till now I haven’t used de advanced options of the debugger.
I can perfectly live with de errormessages in the smartclient and console.
With the provided link in the console I can jump right to the line of code which contained the bug.
Then fix it and restart smartclient and see if the errormessage still pop up.
Simple and perfect.
Yesterday I had enabled the debugging perspective and see how things work.
Every time smartclient starts de debugger jumps to the same line of code.
Meanwhile smartlclient freezes and cannot be used again…I do not want that.
So I would like to reset the original settings of the debugger, just as it was after I installed Servoy and
get back to the advanced stuff another time. I closed the debugger perspective, but every time smart client is
started it appears again.
Question is how?
You probably have a breakpoint on that line or you enabled break on entry. To disbale break on entry: open preferences, javascript, debug. Make sure ‘Break on first line’ is not checked.
Still no go.
Break on first line WAS unchecked.
There are no breakpoints.
I also deleted the selected launch config.
Any more options?
Thx,
Ron
Perhaps there is an error then on that line and the global exception break is enabled. In the debug perspective, tab Breakpoints check if the icon with JS! on it is activated.
I managed to get it working again.
I’m not really sure what did it, probably the lauch settings (Preferences>Run/Debug>Launching).
Thanks for helping me Jan.