Re: [Wireshark-dev] Debugging on Windows

2011-11-16 Thread Jaap Keuter
On Sat, 12 Nov 2011 12:59:03 +0100, Andreas Sikkema wrote: Hi, After being away for close to 10 years I finally have a need for a new protocol dissector so I started developing again. I've got one working, but since I don't have access to Visual Studio anymore, I downloaded the Express vers

Re: [Wireshark-dev] Debugging on Windows

2011-11-15 Thread Chris Maynard
Stephen Fisher writes: > In 2008? It used to work for me, but didn't the other day. I didn't > spend too much time troubleshooting though. In 2010, they took the > feature out. Can you check your Tools -> Settings? Is it set to "Basic Settings"? If so, try selecting "Expert Settings". __

Re: [Wireshark-dev] Debugging on Windows

2011-11-14 Thread Chris Maynard
Stephen Fisher writes: > On Mon, Nov 14, 2011 at 05:34:22PM +, Chris Maynard wrote: > > > Hmm, I've had no problems doing that, running on either Windows XP SP3 > > (32-bit) or Windows 7 64-bit. > > In 2008? It used to work for me, but didn't the other day. I didn't > spend too much tim

Re: [Wireshark-dev] Debugging on Windows

2011-11-14 Thread Stephen Fisher
On Mon, Nov 14, 2011 at 05:34:22PM +, Chris Maynard wrote: > Hmm, I've had no problems doing that, running on either Windows XP SP3 > (32-bit) or Windows 7 64-bit. In 2008? It used to work for me, but didn't the other day. I didn't spend too much time troubleshooting though. In 2010, the

Re: [Wireshark-dev] Debugging on Windows

2011-11-14 Thread Chris Maynard
Stephen Fisher writes: > On Sat, Nov 12, 2011 at 11:12:07AM -0500, Bill Meier wrote: > > > (Note: Wireshark builds with VC2008 but VC2010 should also be OK). > > VC2010EE doesn't let you use the debugger to attach to a running process > anymore like VC2008EE lets you do (although I couldn't ge

Re: [Wireshark-dev] Debugging on Windows

2011-11-14 Thread Stephen Fisher
On Sat, Nov 12, 2011 at 11:12:07AM -0500, Bill Meier wrote: > (Note: Wireshark builds with VC2008 but VC2010 should also be OK). VC2010EE doesn't let you use the debugger to attach to a running process anymore like VC2008EE lets you do (although I couldn't get it to properly debug the other day

Re: [Wireshark-dev] Debugging on Windows

2011-11-12 Thread Andreas Sikkema
> The debugger with VC EE works just fine; I use it all the time. > > After building Wireshark in the usual manner, just start VC and do File > ! Open ! Project/Solution on the wireshark exe (in ...\wireshark-gtk2 > and you'll have symbols and everything). > > (Note: Wireshark builds with VC2008

Re: [Wireshark-dev] Debugging on Windows

2011-11-12 Thread Bill Meier
On 11/12/2011 6:59 AM, Andreas Sikkema wrote: Hi, After being away for close to 10 years I finally have a need for a new protocol dissector so I started developing again. I've got one working, but since I don't have access to Visual Studio anymore, I downloaded the Express version. I'm assuming

Re: [Wireshark-dev] Debugging on Windows

2011-11-12 Thread Helge Kruse
think that the express versions come without a debugger. Probably there is a debugger in the Windows SDK, but this should match your compiler version. Helge - Original Message - From: "Andreas Sikkema" To: Sent: Saturday, November 12, 2011 12:59 PM Subject: [Wireshark-

[Wireshark-dev] Debugging on Windows

2011-11-12 Thread Andreas Sikkema
Hi, After being away for close to 10 years I finally have a need for a new protocol dissector so I started developing again. I've got one working, but since I don't have access to Visual Studio anymore, I downloaded the Express version. I'm assuming Microsoft thinks its debugger is secret sauce,