|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
javascript debuggingincluded in your program via src="blah". All of my programs use this because I have many common scripts that are used throughout my application. It also gives a very limited amount of security to prying eyes. 2. If I extract the portion of the JavaScript I wish to debug and put it locally within the aspx file, the debugging works. 3. If I try to debug both my vb.net code and JavaScript concurrently it doesn't work. 4. I am finding that I have a very cpu resource goes to 99% more often then not and find that I must recycle IIS or boot to get visual studio and debugging to work again. 5. Basically I am trying to accomplish a 30 minute task and so far I've exceed several hours for this simple task. Any help would be greatly appreciated. Additionally the programs behave very differently(all not at all) when run
under the debugger. If I build my application fresh and run it normally through IE everything works. Show quoteHide quote "Bill" wrote: > 1. I find that debugging does not work if the JavaScript you wish to debug is > included in your program via src="blah". All of my programs use this because > I have many common scripts that are used throughout my application. It also > gives a very limited amount of security to prying eyes. > > 2. If I extract the portion of the JavaScript I wish to debug and put it > locally within the aspx file, the debugging works. > > 3. If I try to debug both my vb.net code and JavaScript concurrently it > doesn't work. > > 4. I am finding that I have a very cpu resource goes to 99% more often then > not and find that I must recycle IIS or boot to get visual studio and > debugging to work again. > > 5. Basically I am trying to accomplish a 30 minute task and so far I've > exceed several hours for this simple task. > > Any help would be greatly appreciated. "=?Utf-8?B?QmlsbA==?=" <B***@discussions.microsoft.com> wrote in Could be a threading issue - do you have concurrent threads running?news:ACC5F912-B088-4000-82D3-CBF883069C41@microsoft.com: > Additionally the programs behave very differently(all not at all) when > run under the debugger. If I build my application fresh and run it > normally through IE everything works. > -- Lucas Tam (REMOVEn***@rogers.com) Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/ "=?Utf-8?B?QmlsbA==?=" <B***@discussions.microsoft.com> wrote in Strange, works for me. My debugger breaks into src files fine.news:6360D0E4-9B5D-4832-9B36-AF6A326C2B9B@microsoft.com: > 1. I find that debugging does not work if the JavaScript you wish to > debug is included in your program via src="blah". All of my programs > use this because I have many common scripts that are used throughout > my application. It also gives a very limited amount of security to > prying eyes. > 2. If I extract the portion of the JavaScript I wish to debug and put This works for me - but you'll have to attach 2 debuggers, one for ASP.NET > it locally within the aspx file, the debugging works. > > 3. If I try to debug both my vb.net code and JavaScript concurrently > it doesn't work. and another for IE. Show quoteHide quote > 4. I am finding that I have a very cpu resource goes to 99% more often > then not and find that I must recycle IIS or boot to get visual studio > and debugging to work again. -- Lucas Tam (REMOVEn***@rogers.com) Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/ In reference to the 'Pink Pather' I see you are using the old "it works on my
computer ploy" ;-) Thanks for the suggestion and quick reply. This is a very simple application with no threading as least not that I initiate. Oddly enough when I moved the suspect code to the aspx file the debugging and code worked. This part is fuzzy....I don't how many processes I killed or reboots I performed. After that I then place the code back into the src file and it workes like a charm. Someone must have been reading my very uncensored rebuffs I added to visual studios automated error reporting system text xml file. Show quoteHide quote "Lucas Tam" wrote: > "=?Utf-8?B?QmlsbA==?=" <B***@discussions.microsoft.com> wrote in > news:6360D0E4-9B5D-4832-9B36-AF6A326C2B9B@microsoft.com: > > > 1. I find that debugging does not work if the JavaScript you wish to > > debug is included in your program via src="blah". All of my programs > > use this because I have many common scripts that are used throughout > > my application. It also gives a very limited amount of security to > > prying eyes. > > Strange, works for me. My debugger breaks into src files fine. > > > 2. If I extract the portion of the JavaScript I wish to debug and put > > it locally within the aspx file, the debugging works. > > > > 3. If I try to debug both my vb.net code and JavaScript concurrently > > it doesn't work. > > This works for me - but you'll have to attach 2 debuggers, one for ASP.NET > and another for IE. > > > 4. I am finding that I have a very cpu resource goes to 99% more often > > then not and find that I must recycle IIS or boot to get visual studio > > and debugging to work again. > > -- > Lucas Tam (REMOVEn***@rogers.com) > Please delete "REMOVE" from the e-mail address when replying. > http://members.ebay.com/aboutme/coolspot18/ > "=?Utf-8?B?QmlsbA==?=" <B***@discussions.microsoft.com> wrote in Did you attach a javascript debugger directly to your instance of Internet news:56C45CF6-38B9-4C3F-ACD3-030A54FD7120@microsoft.com: > In reference to the 'Pink Pather' I see you are using the old "it > works on my computer ploy" ;-) : ) explorer? If you do, there should be a "running documents" window, which you can use to select the proper .js file. -- Lucas Tam (REMOVEn***@rogers.com) Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/
Other interesting topics
New controls in ASP.NET 2.0
Logon Failed connecting to SQL Server No. of connections available for Per Seat License input type="file" grabs ENTIRE file path in IE? Tabs in ASP.Net Closing DataReader ? : Releasing Memory Something like phpMyAdmin but for MSSQL? Cache Expiration and App Pool Worker Process Recycling Installing ASP.NET application on IIS running on port 8080 EXECUTE permission denied on object 'getUniqueCities', database 'd |
|||||||||||||||||||||||