1
vote
2answers
22 views
How to debug DirectX 11 Compute Shaders?
I've started using DirectX 11 Compute Shader technology for GP-GPU programming. I had written quite a complex program on HLSL and when I wanted to debug it, I realized that PIX utility from DX SDK …
0
votes
0answers
3 views
How do I debug a JSFL script?
Apart from the ubiquitous trace() or alert(), how do I debug a JSFL script.
I would like to view objects, arrays and their contents.
It doesn't seem like Adobe CS3 or CS4 has a support for JSFL …
1
vote
4answers
44 views
Debugging a segv
I am sure a lot of you have experienced this. Sometimes while debugging a crash you add a line of trace and viola the crash disappears. This generally points to a memory corruption and you look for …
2
votes
2answers
17 views
Is there a way to retrieve every responder that has handled a UITouch?
I'm trying to debug some touchesBegan/Moved/Ended related slowdown in my game; I think that some of my touch responders are not unloading properly, and so as the game runs on more and more of them …
1
vote
1answer
15 views
Debugging focus and event propagation in Flex
I have a custom TitleWindow component that is registered to listen for keyboard events from the user (so that esc closes the window, enter saves, etc.). However, in my testing I've found a couple …
0
votes
1answer
9 views
Selectively disable specified referenced javascript files on Firefox
Is there any way to selectively disable specified javascript files on Firefox/Firebug? Perhaps using another add-on?
I'm facing drag/drop conflicts between several static javascript files and I want …
2
votes
4answers
42 views
How to start a process and then pause it immediately?
Dear All,
I would like to know if there is any command or tool that can be used to start a process and then pause it immediately.
I need this function so that I can have time to attach a debugger to …
0
votes
0answers
5 views
Debugging/Breakpoint-ing the Rails Core with Ruby-Debug?
How do I debug the rails gems? I've just found the beauty of ruby-debug and am real excited, but I want to step through the routing code in action_controller, but the debugger isn't set up at this …
0
votes
1answer
22 views
WinDbg + IDA, base address different?
I'm using WinDbg on a different computer and IDA Pro on my local workstation.
I'm debugging a 64-bit application. When I attach WinDbg, I get a line that looks like this:
ModLoad: 00000000`XXXXXXXX …
2
votes
2answers
60 views
MSVC9: How do I view a location in memory?
I'm pretty sure I'm overlooking something totally obvious, but I want to view the raw contents of a point in memory under MSVC9, but I can't find a location in the UI where I can punch in a memory …
2
votes
8answers
130 views
What’s the best way to debug third-party Perl script?
I have a Perl script that gives a completely useless error message, is there a way to get perl to give a stack trace when the error occurs? I tried it this way but it did not work:
# Run command in …
4
votes
6answers
284 views
Simulating low memory using C++
I am debugging a program that fails during a low memory situation and would like a C++ program that just consumes LOT of memory. Any pointers would help!
0
votes
1answer
15 views
WCF mex - Resource does not exist
I've created a WCF REST service using the WCF REST Starter Kit. I added a "HTTP Plain XML WCF Service" to my project. The service is working (thanks to help from others on StackOverflow)... when I …
0
votes
3answers
41 views
See substring in debug watch
Is it possible to see a substring of a string when looking a string in the Watch window during a debugging session?
0
votes
1answer
12 views
Flash : Trace not working
Hi,
Apparently trace stoped working in a perticular file its working fine on everything else. but my main file. Any ideas on that?
