Hello everyone,
Hope you guys can help me with my small dilemma concerning application debugging.
The problem is that every time I try to debug or it encounters a breakpoint my application hangs, and even the OS becomes a bit non responsive (except for doing right clicks on the taskbar), tried removing all the breakpoints and doing a manual debug (paused the app then pressed F11) but it still hangs.
I'm in debug mode, tried clearing the bin and obj folders for a fresh build but still it happens, I think it started when I inserted a BackgroundWorker control on one of my forms (I think).
I have searched countless pages (well actually about 30 pages or so), but no clear solution yet.
Thanks for reading my post, hope you guys can shed some light on what might be causing that really weird problem. TIA!
-Gb3rt
****Got my problem solved! Well it turns out that an application particularly the truetransparancy tool, was causing the major problem, dunno what it does, but once I disabled the damn thing the breakpoints and debugging went back to normal... Well thanks for viewing my post.
Hope you guys can help me with my small dilemma concerning application debugging.
The problem is that every time I try to debug or it encounters a breakpoint my application hangs, and even the OS becomes a bit non responsive (except for doing right clicks on the taskbar), tried removing all the breakpoints and doing a manual debug (paused the app then pressed F11) but it still hangs.
I'm in debug mode, tried clearing the bin and obj folders for a fresh build but still it happens, I think it started when I inserted a BackgroundWorker control on one of my forms (I think).
I have searched countless pages (well actually about 30 pages or so), but no clear solution yet.
Thanks for reading my post, hope you guys can shed some light on what might be causing that really weird problem. TIA!
-Gb3rt
****Got my problem solved! Well it turns out that an application particularly the truetransparancy tool, was causing the major problem, dunno what it does, but once I disabled the damn thing the breakpoints and debugging went back to normal... Well thanks for viewing my post.
Last edited: