Rank: Newbie Coder Groups: Member
Joined: 7/23/2012 Posts: 2 Points: 6 Location: Rome, Italy
|
Hi guys,
I was able to get debugging working when the .NET assembly was invoked via the weborb console.
However, when I try to run the same project via Flash Builder or IE, it will not trigger any breakpoints. I know the project works because its returning all the right information.
Any ideas/suggestions?
Thanks in advance!
|
Rank: Newbie Coder Groups: Member
Joined: 8/13/2012 Posts: 2 Points: 9 Location: GA
|
If you can configure the .net dev server to auto start start up with parameters relating to similiar bindings matching your flex project web server settings then you can debug going that route. I think if the .net web server is set as the host then it may allow you step through debugging when you run.
|