English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

on some websites it comes up but not on others

2007-06-25 21:14:25 · 3 answers · asked by DANIEL S 1 in Computers & Internet Security

3 answers

Just tell de-bugger not to come round no more.

2007-06-25 21:19:23 · answer #1 · answered by bren 6 · 4 0

Golu, the asker is not talking about a compiler debugger such as VB6 or VB.net!

I believe you are talking about the messages that appear while surfing: "error here or there, do you wish to debug?".

-> tools -> internet options -> advanced -> browsing.
1. check disable script debugging (both)
2. uncheck display notification about every script errors (if you wish).
Save and restart browser.

On the other hand, keeping them enabled will show you how BAD web designers are!!! They usually write "pretty" website, but write shitty code, know very little about programming and are desperately inefficient at using a website! (This is because they don't write code with their mind, but with front end easy-to-use programs with drag-and-drop, such as dreamweaver and so on. A programmer uses a plain text editor...)

2007-06-25 21:53:48 · answer #2 · answered by just "JR" 7 · 0 0

Stopping debugging means terminating the debugging session. Stopping execution means terminating the process you are debugging and ending the debugging session. It should not be confused with breaking execution, which temporarily halts execution of the process you are debugging but leaves the debugging session active

To stop debugging

*

From the Debug menu, choose Stop Debugging.

Stop Debugging terminates the process you are debugging if the program was launched from Visual Studio. If you attached to the process, instead of launching it from Visual Studio, the process continues running. If you want to terminate attached processes, you can terminate a single process from the Processes window or terminate all attached process with the Terminate All command.
To terminate all attached processes debugging

*

From the Debug menu, choose Terminate All.

If you want to stop the run you are currently debugging and immediately begin a new run, you can use the Restart command.
To stop debugging and restart

*

From the Debug menu, choose Restart.

Restart stops the current debugging session and restarts the startup project.

Debugging will stop automatically if you exit the application you are debugging.

2007-06-25 21:23:33 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers