-4

I have marked a debugger point in aspx design[on function]. but it is not hitting

Please suggest me a solution.

Mad Dog Tannen
  • 7,129
  • 5
  • 31
  • 55
Sunil Jadhav
  • 81
  • 10

2 Answers2

0

1) Put break point in your correct success code

2) try it with IE browser

3) Check the application run debug mode

4)Please check the correct function name are called in your button click event . (need to same function name

More details : Fixing "The breakpoint will not currently be hit. No symbols have been loaded for this document."

and for Chrome browser : How to set breakpoints in inline Javascript in Google Chrome?

enter image description here

Community
  • 1
  • 1
Ramesh Rajendran
  • 37,412
  • 45
  • 153
  • 234
0

Before you can use Visual Studio to debug script running in Internet Explorer, you must enable script debugging in Internet Explorer. Script debugging in Internet Explorer is disabled by default.

To Enable Script Debugging in Internet Explorer

  1. In Internet Explorer,choose Internet Options from the Tools menu.
  2. In the Internet Options dialog box, click the Advanced tab.
  3. On the Advanced tab, under Browsing, clear Disable Script Debugging.
  4. Click Ok
Indranil.Bharambe
  • 1,462
  • 3
  • 14
  • 25