473,395 Members | 1,658 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Blue squares where breakpoints are displayed

This might be a silly question but I have never seen this before.

I suddenly got some blue squares on the left side (the place where break
points are shown if any exist). Anybody knows what these are and how can I
remove them?

Tx,

--
Dino Buljubasic
Software Developer
http://rivusglobal.com
Jul 21 '05 #1
4 1437

http://www.windowsitlibrary.com/Content/757/05/2.html ...
Watch Window
Like the Locals window, the Watch window ( Figure 10) displays information
about variables including the variable name, value, and type. The Watch
window differs from the Locals window because it displays values for
variables specifically requested while the Locals Window displays all
variables in the current procedure. Another significant difference is that
values in the Watch window are always current, which means that you can
trust the values they display while your application is running.

To add a variable to the Watch window, simply right-click the variable in
the code window and select Add Watch. To remove a variable from the Watch
window, right-click the variable in the Watch window, and select Delete
Watch. To change a value in the Watch window, double-click the Value column
and enter the new value.

"Dino M. Buljubasic" <di*************@rivusglobal.com> wrote in message
news:%8r9b.13073$Cu3.12071@edtnps84...
This might be a silly question but I have never seen this before.

I suddenly got some blue squares on the left side (the place where break
points are shown if any exist). Anybody knows what these are and how can I remove them?

Tx,

--
Dino Buljubasic
Software Developer
http://rivusglobal.com

Jul 21 '05 #2
These are not in the watch window, they are in the code window :)
"William Ryan" <do********@nospam.comcast.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

http://www.windowsitlibrary.com/Content/757/05/2.html ...
Watch Window
Like the Locals window, the Watch window ( Figure 10) displays information
about variables including the variable name, value, and type. The Watch
window differs from the Locals window because it displays values for
variables specifically requested while the Locals Window displays all
variables in the current procedure. Another significant difference is that
values in the Watch window are always current, which means that you can
trust the values they display while your application is running.

To add a variable to the Watch window, simply right-click the variable in
the code window and select Add Watch. To remove a variable from the Watch
window, right-click the variable in the Watch window, and select Delete
Watch. To change a value in the Watch window, double-click the Value column and enter the new value.

"Dino M. Buljubasic" <di*************@rivusglobal.com> wrote in message
news:%8r9b.13073$Cu3.12071@edtnps84...
This might be a silly question but I have never seen this before.

I suddenly got some blue squares on the left side (the place where break
points are shown if any exist). Anybody knows what these are and how
can I
remove them?

Tx,

--
Dino Buljubasic
Software Developer
http://rivusglobal.com


Jul 21 '05 #3
Dino,

They're probably bookmarks. See
http://msdn.microsoft.com/library/en...gatingtext.asp
for how to use them.

HTH,
Nicole

"Dino M. Buljubasic" <di*************@rivusglobal.com> wrote in message
news:rvr9b.13101$Cu3.1520@edtnps84...
These are not in the watch window, they are in the code window :)
"William Ryan" <do********@nospam.comcast.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

http://www.windowsitlibrary.com/Content/757/05/2.html ...
Watch Window
Like the Locals window, the Watch window ( Figure 10) displays information about variables including the variable name, value, and type. The Watch
window differs from the Locals window because it displays values for
variables specifically requested while the Locals Window displays all
variables in the current procedure. Another significant difference is that values in the Watch window are always current, which means that you can
trust the values they display while your application is running.

To add a variable to the Watch window, simply right-click the variable in the code window and select Add Watch. To remove a variable from the Watch window, right-click the variable in the Watch window, and select Delete
Watch. To change a value in the Watch window, double-click the Value

column
and enter the new value.

"Dino M. Buljubasic" <di*************@rivusglobal.com> wrote in message
news:%8r9b.13073$Cu3.12071@edtnps84...
This might be a silly question but I have never seen this before.

I suddenly got some blue squares on the left side (the place where break points are shown if any exist). Anybody knows what these are and how

can
I
remove them?

Tx,

--
Dino Buljubasic
Software Developer
http://rivusglobal.com



Jul 21 '05 #4
If they're cyan rather than blue then they bookmarks.
ctrl-k ctrl-k toggles them on off
ctrl-k ctrl-n navigates to the next one

Useful whe you have bohemoth size classes.
Like the ones I write ;-)

-----Original Message-----
These are not in the watch window, they are in the code window :)

"William Ryan" <do********@nospam.comcast.net> wrote in messagenews:%2****************@tk2msftngp13.phx.gbl...

http://www.windowsitlibrary.com/Content/757/05/2.html ... Watch Window
Like the Locals window, the Watch window ( Figure 10) displays information about variables including the variable name, value, and type. The Watch window differs from the Locals window because it displays values for variables specifically requested while the Locals Window displays all variables in the current procedure. Another significant difference is that values in the Watch window are always current, which means that you can trust the values they display while your application is running.
To add a variable to the Watch window, simply right- click the variable in the code window and select Add Watch. To remove a variable from the Watch window, right-click the variable in the Watch window, and select Delete Watch. To change a value in the Watch window, double- click the Value
column
and enter the new value.

"Dino M. Buljubasic" <di*************@rivusglobal.com>
wrote in message news:%8r9b.13073$Cu3.12071@edtnps84...
> This might be a silly question but I have never seen this before. >
> I suddenly got some blue squares on the left side (the place where break > points are shown if any exist). Anybody knows what

these are and howcan
I
> remove them?
>
> Tx,
>
> --
> Dino Buljubasic
> Software Developer
> http://rivusglobal.com
>
>


.

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John Bailo | last post by:
For some reason, blue squares with rounded corners started appearing on the left side of VS.NET -- in the same place were the brown circles that represent breakpoints are. What do these...
0
by: Howard Weiss | last post by:
I create a VB class and added it to my C++ solution. If I set breakpoints in my VB class and run the debugger, the breakpoints are displayed with ?'s and my application does not stop at the...
4
by: Tom Edelbrok | last post by:
I have a VB.NET program running under VS2003. It is just a simple program for learning VB.NET, with a main form and a form load event. Inside the form load event I set a breakpoint. However, every...
4
by: Dino M. Buljubasic | last post by:
This might be a silly question but I have never seen this before. I suddenly got some blue squares on the left side (the place where break points are shown if any exist). Anybody knows what...
2
by: MSK | last post by:
Hi, Continued to my earlier post regaring "Breakpoints are not getting hit" , I have comeup with more input this time.. Kindly give me some idea. I am a newbie to .NET, recently I installed...
5
by: venner | last post by:
I'm having an issue with an ASP.NET website after upgrading to ASP.NET 2.0. The website makes use of a central authentication service (CAS) provided at the university I work for. Each page checks...
10
by: wazzup | last post by:
C++ is new to me and I'm trying solve this problem but get stuck. Please help me out. Below is the task and after that is what i got so far. Create a program to print nested squares Input:...
1
by: jyohere | last post by:
I have a problem to solve.I want to draw squares and lines connecting them.The number of squares is only known at runtime.How can it be done.if someone has some code like this,pls help.I am able to...
4
by: Evelien | last post by:
Dear python-users, I am trying to do a non-linear least squares fitting. Maybe trying is not the best word, as I already succeeded in that. At the moment I am using leastSquaresFit from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.