Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VAX 1539: Alt+M while debugging

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Uniwares Posted - Oct 13 2006 : 5:23:09 PM
VS2005, C#, debugging application

When the application is running, but not broken into, typing in the member list is impossible. VS will always immediately come up with an error
Edit and continue
Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. ...


I dont see any reason why VS should think that I am trying to modify the code. I vaguely remember some thread about that some time ago? Has that beed addressed? Is is new or is it returned?
2   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 14 2006 : 1:01:50 PM
this is not new, it has been around for a while. some progress was made, but it is not a complete solution. you can use alt-m to open the list while the application is running without an error. if you stick to using the mouse to select from the list then there is no problem.

enter does select the current item, but you still get the error message.

if you disable edit and continue:

IDE tools menu -> Options -> Debugging -> Edit and Continue -> Enable Edit and Continue

then this stops the error message appearing. the root problem is the IDE is flagging the files as read only while the program is running, and is picking up the keys you type into the alt-m list.

case=1243
jpizzi Posted - Oct 14 2006 : 01:24:56 AM
Yes, there was a thread about this. It turns out that the keystroke is being received by the IDE before we can get to it. Not much we can do about this. Sorry.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000