473,325 Members | 2,872 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,325 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 1434

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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.