|
-
Mar 7th, 2010, 02:34 PM
#1
Thread Starter
Fanatic Member
[Resolved] Debugger issues
In my program I can put a Breakpoint any where in my program except on one form. I can put a breakpoint in the Form Load event but if I put one in one of my buttons with no code and break on a dummy code line: swdfsdfs=1 my VB6 will not go to it.
If I right click and maximize on my vb6 window it pops up with it sitting on that break but I can't continue or do anything in my vb6 window....HELP lol
Last edited by Avatarp; Mar 7th, 2010 at 04:05 PM.
-
Mar 7th, 2010, 02:41 PM
#2
Thread Starter
Fanatic Member
Re: Debugger issues
Wheel hooking and unhooking methods are not stable...is there a better way to allow mouse wheels to scroll on forms?
-
Mar 7th, 2010, 03:47 PM
#3
Re: Debugger issues
Hooking in general is not stable in the IDE, and is therefore best avoided while debugging.
There are ways to deal with it (the name Paul Caton comes to mind, a search should find details), but it is much easier to just avoid it in most cases.
-
Mar 7th, 2010, 04:05 PM
#4
Thread Starter
Fanatic Member
Re: Debugger issues
Thanks Si! I will check Paul Caton out
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|